Package | Description |
---|---|
org.apache.cassandra.cql3.statements |
Modifier and Type | Method and Description |
---|---|
static Bound |
Bound.reverse(Bound b) |
static Bound |
Bound.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.
|
Modifier and Type | Method and Description |
---|---|
Term |
Restriction.Slice.bound(Bound b) |
Term |
SingleColumnRestriction.Slice.bound(Bound b) |
java.nio.ByteBuffer |
MultiColumnRestriction.Slice.bound(Bound b,
QueryOptions options) |
java.nio.ByteBuffer |
Restriction.Slice.bound(Bound b,
QueryOptions options) |
java.nio.ByteBuffer |
SingleColumnRestriction.Slice.bound(Bound b,
QueryOptions options) |
java.util.List<java.nio.ByteBuffer> |
MultiColumnRestriction.Slice.componentBounds(Bound b,
QueryOptions options)
Similar to bounds(), but returns one ByteBuffer per-component in the bound instead of a single
ByteBuffer to represent the entire bound.
|
Operator |
Restriction.Slice.getIndexOperator(Bound b) |
Operator |
SingleColumnRestriction.Slice.getIndexOperator(Bound b) |
Operator |
Restriction.Slice.getRelation(Bound eocBound,
Bound inclusiveBound) |
Operator |
SingleColumnRestriction.Slice.getRelation(Bound eocBound,
Bound inclusiveBound) |
boolean |
Restriction.Slice.hasBound(Bound b)
Returns true if the start or end bound (depending on the argument) is set, false otherwise
|
boolean |
SingleColumnRestriction.Slice.hasBound(Bound b)
Returns true if the start or end bound (depending on the argument) is set, false otherwise
|
boolean |
Restriction.Slice.isInclusive(Bound b)
Returns true if the start or end bound (depending on the argument) is inclusive, false otherwise
|
boolean |
SingleColumnRestriction.Slice.isInclusive(Bound b)
Returns true if the start or end bound (depending on the argument) is inclusive, false otherwise
|
static Bound |
Bound.reverse(Bound b) |
Copyright © 2020 The Apache Software Foundation