Package | Description |
---|---|
com.amazon.carbonado.filter |
Contains classes for representing query filters.
|
com.amazon.carbonado.qe |
Support for implementing a Query Engine.
|
Modifier and Type | Method and Description |
---|---|
<T extends Storable> |
PropertyFilter.asJoinedFromAny(ChainedProperty<T> joinProperty) |
PropertyFilter<S> |
PropertyFilter.bind() |
PropertyFilter<S> |
PropertyFilter.constant(java.lang.Object value)
Returns another PropertyFilter instance which is bound to the given constant value.
|
PropertyFilter<S> |
PropertyFilter.not() |
PropertyFilter<S> |
PropertyFilter.unbind() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
FilterValues.getAssignedValue(PropertyFilter<S> propFilter)
Returns the value assigned to the given PropertyFilter, throwing an
exception if not assigned.
|
java.lang.Object |
FilterValues.getValue(PropertyFilter<S> propFilter)
Returns the value assigned to the given PropertyFilter.
|
boolean |
FilterValues.isAssigned(PropertyFilter<S> propFilter)
Returns true if a value is assigned to the given PropertyFilter.
|
R |
Visitor.visit(PropertyFilter<S> filter,
P param) |
Modifier and Type | Method and Description |
---|---|
java.util.List<PropertyFilter<S>> |
FilteringScore.getExclusiveRangeEndFilters()
Returns the range end property filters supported by the evaluated
index whose operator is only
RelOp.LT . |
java.util.List<PropertyFilter<S>> |
FilteringScore.getExclusiveRangeStartFilters()
Returns the range start property filters supported by the evaluated
index whose operator is only
RelOp.GT . |
java.util.List<PropertyFilter<S>> |
FilteringScore.getIdentityFilters()
Returns the identity property filters supported by the evaluated
index.
|
java.util.List<PropertyFilter<S>> |
FilteringScore.getInclusiveRangeEndFilters()
Returns the range end property filters supported by the evaluated
index whose operator is only
RelOp.LE . |
java.util.List<PropertyFilter<S>> |
FilteringScore.getInclusiveRangeStartFilters()
Returns the range start property filters supported by the evaluated
index whose operator is only
RelOp.GE . |
java.util.List<PropertyFilter<S>> |
FilteringScore.getRangeEndFilters()
Returns the range end property filters supported by the evaluated
index.
|
java.util.List<PropertyFilter<S>> |
FilteringScore.getRangeStartFilters()
Returns the range start property filters supported by the evaluated
index.
|
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.