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 |
---|---|
java.nio.ByteBuffer |
Restriction.Slice.bound(Bound b,
java.util.List<java.nio.ByteBuffer> variables) |
IndexOperator |
Restriction.Slice.getIndexOperator(Bound b) |
Relation.Type |
Restriction.Slice.getRelation(Bound eocBound,
Bound inclusiveBound) |
boolean |
Restriction.Slice.hasBound(Bound b) |
boolean |
Restriction.Slice.isInclusive(Bound b) |
static Bound |
Bound.reverse(Bound b) |
Copyright © 2014 The Apache Software Foundation