Uses of Enum Class
org.apache.cassandra.cql3.statements.Bound
Packages that use Bound
Package
Description
-
Uses of Bound in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 with parameters of type BoundModifier and TypeMethodDescriptionprotected 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 BoundModifier and TypeMethodDescriptionMultiColumnRestriction.SliceRestriction.appendBoundTo(MultiCBuilder builder, Bound bound, QueryOptions options) SingleColumnRestriction.ContainsRestriction.appendBoundTo(MultiCBuilder builder, Bound bound, QueryOptions options) SingleColumnRestriction.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.TokenRestriction.EQRestriction.bounds(Bound b, QueryOptions options) TokenRestriction.SliceRestriction.bounds(Bound b, QueryOptions options) StatementRestrictions.getClusteringColumnsBounds(Bound b, QueryOptions options) Returns the bounds (start or end) of the clustering columns.booleanbooleanbooleandefault booleanChecks if the specified bound is set or not.booleanbooleanbooleanMultiColumnRestriction.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 BoundModifierConstructorDescriptionSliceRestriction(List<ColumnMetadata> columnDefs, Bound bound, boolean inclusive, Term term) SliceRestriction(ColumnMetadata columnDef, Bound bound, boolean inclusive, Term term) SliceRestriction(TableMetadata table, 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 BoundModifier and TypeMethodDescriptionBound.reverse()Bound.reverseIfNeeded(ColumnMetadata columnMetadata) Reverses the bound if the column type is a reversed one.static BoundReturns the enum constant of this class with the specified name.static Bound[]Bound.values()Returns an array containing the constants of this enum class, in the order they are declared.