Uses of Class
org.apache.cassandra.cql3.statements.Bound
-
Packages that use Bound Package Description org.apache.cassandra.cql3 org.apache.cassandra.cql3.restrictions org.apache.cassandra.cql3.statements -
-
Uses of Bound in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 with parameters of type Bound Modifier and Type Method Description protected RestrictionMultiColumnRelation. newSliceRestriction(TableMetadata table, VariableSpecifications boundNames, Bound bound, boolean inclusive)protected abstract RestrictionRelation. newSliceRestriction(TableMetadata table, VariableSpecifications boundNames, Bound bound, boolean inclusive)Creates a new Slice restriction instance.protected RestrictionSingleColumnRelation. newSliceRestriction(TableMetadata table, VariableSpecifications boundNames, Bound bound, boolean inclusive)protected RestrictionTokenRelation. newSliceRestriction(TableMetadata table, VariableSpecifications boundNames, Bound bound, boolean inclusive) -
Uses of Bound in org.apache.cassandra.cql3.restrictions
Methods in org.apache.cassandra.cql3.restrictions with parameters of type Bound Modifier and Type Method Description MultiCBuilderMultiColumnRestriction.SliceRestriction. appendBoundTo(MultiCBuilder builder, Bound bound, QueryOptions options)MultiCBuilderSingleColumnRestriction.ContainsRestriction. appendBoundTo(MultiCBuilder builder, Bound bound, QueryOptions options)MultiCBuilderSingleColumnRestriction.SliceRestriction. appendBoundTo(MultiCBuilder builder, Bound bound, QueryOptions options)default MultiCBuilderSingleRestriction. appendBoundTo(MultiCBuilder builder, Bound bound, QueryOptions options)Appends the values of theSingleRestrictionfor the specified bound to the specified builder.java.util.List<java.nio.ByteBuffer>TokenRestriction.EQRestriction. bounds(Bound b, QueryOptions options)java.util.List<java.nio.ByteBuffer>TokenRestriction.SliceRestriction. bounds(Bound b, QueryOptions options)java.util.NavigableSet<ClusteringBound<?>>StatementRestrictions. getClusteringColumnsBounds(Bound b, QueryOptions options)Returns the bounds (start or end) of the clustering columns.booleanMultiColumnRestriction.SliceRestriction. hasBound(Bound bound)booleanSingleColumnRestriction.ContainsRestriction. hasBound(Bound b)booleanSingleColumnRestriction.SliceRestriction. hasBound(Bound b)default booleanSingleRestriction. hasBound(Bound b)Checks if the specified bound is set or not.booleanTokenRestriction.EQRestriction. hasBound(Bound b)booleanTokenRestriction.SliceRestriction. hasBound(Bound b)booleanMultiColumnRestriction.SliceRestriction. isInclusive(Bound bound)booleanSingleColumnRestriction.ContainsRestriction. isInclusive(Bound b)booleanSingleColumnRestriction.SliceRestriction. isInclusive(Bound b)default booleanSingleRestriction. isInclusive(Bound b)Checks if the specified bound is inclusive or not.booleanTokenRestriction.EQRestriction. isInclusive(Bound b)booleanTokenRestriction.SliceRestriction. isInclusive(Bound b)Constructors in org.apache.cassandra.cql3.restrictions with parameters of type Bound Constructor Description SliceRestriction(java.util.List<ColumnMetadata> columnDefs, Bound bound, boolean inclusive, Term term)SliceRestriction(ColumnMetadata columnDef, Bound bound, boolean inclusive, Term term)SliceRestriction(TableMetadata table, java.util.List<ColumnMetadata> columnDefs, Bound bound, boolean inclusive, Term term) -
Uses of Bound in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements that return Bound Modifier and Type Method Description BoundBound. reverse()BoundBound. reverseIfNeeded(ColumnMetadata columnMetadata)Reverses the bound if the column type is a reversed one.static BoundBound. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Bound[]Bound. values()Returns an array containing the constants of this enum type, in the order they are declared.
-