Package | Description |
---|---|
org.apache.cassandra.cql3.statements | |
org.apache.cassandra.db | |
org.apache.cassandra.db.filter |
Modifier and Type | Method and Description |
---|---|
IndexExpression.Operator |
Restriction.Slice.getIndexOperator(Bound b) |
IndexExpression.Operator |
SingleColumnRestriction.Slice.getIndexOperator(Bound b) |
Modifier and Type | Field and Description |
---|---|
IndexExpression.Operator |
IndexExpression.operator |
Modifier and Type | Method and Description |
---|---|
static IndexExpression.Operator |
IndexExpression.Operator.findByOrdinal(int ordinal) |
static IndexExpression.Operator |
IndexExpression.Operator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndexExpression.Operator[] |
IndexExpression.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
IndexExpression(java.nio.ByteBuffer column,
IndexExpression.Operator operator,
java.nio.ByteBuffer value) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ExtendedFilter.satisfies(int comparison,
IndexExpression.Operator op) |
Copyright © 2014 The Apache Software Foundation