| Package | Description | 
|---|---|
| org.apache.cassandra.thrift | 
| 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 © 2018 The Apache Software Foundation