Package | Description |
---|---|
org.apache.cassandra.cli | |
org.apache.cassandra.cql3.statements | |
org.apache.cassandra.db.filter | |
org.apache.cassandra.thrift |
Modifier and Type | Method and Description |
---|---|
static IndexOperator |
CliUtils.getIndexOperator(java.lang.String operator)
Returns IndexOperator from string representation
|
Modifier and Type | Method and Description |
---|---|
IndexOperator |
Restriction.Slice.getIndexOperator(Bound b) |
Modifier and Type | Method and Description |
---|---|
static boolean |
ExtendedFilter.satisfies(int comparison,
IndexOperator op) |
Modifier and Type | Field and Description |
---|---|
IndexOperator |
IndexExpression.op |
Modifier and Type | Method and Description |
---|---|
static IndexOperator |
IndexOperator.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
IndexOperator |
IndexExpression.getOp() |
static IndexOperator |
IndexOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndexOperator[] |
IndexOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IndexExpression |
IndexExpression.setOp(IndexOperator op) |
Constructor and Description |
---|
IndexExpression(java.nio.ByteBuffer column_name,
IndexOperator op,
java.nio.ByteBuffer value) |
Copyright © 2014 The Apache Software Foundation