Package | Description |
---|---|
org.apache.cassandra.index.sasi.plan |
Modifier and Type | Field and Description |
---|---|
protected Operation.OperationType |
Operation.op |
protected Operation.OperationType |
Operation.Builder.op |
Modifier and Type | Method and Description |
---|---|
static Operation.OperationType |
Operation.OperationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Operation.OperationType[] |
Operation.OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected static com.google.common.collect.ListMultimap<ColumnDefinition,Expression> |
Operation.analyzeGroup(QueryController controller,
Operation.OperationType op,
java.util.List<RowFilter.Expression> expressions) |
RangeIterator.Builder<java.lang.Long,Token> |
QueryController.getIndexes(Operation.OperationType op,
java.util.Collection<Expression> expressions)
Build a range iterator from the given list of expressions by applying given operation (OR/AND).
|
Constructor and Description |
---|
Builder(Operation.OperationType operation,
QueryController controller,
RowFilter.Expression... columns) |
Copyright © 2020 The Apache Software Foundation