Uses of Class
org.apache.cassandra.index.sasi.plan.Operation.OperationType
-
Packages that use Operation.OperationType Package Description org.apache.cassandra.index.sasi.plan -
-
Uses of Operation.OperationType in org.apache.cassandra.index.sasi.plan
Fields in org.apache.cassandra.index.sasi.plan declared as Operation.OperationType Modifier and Type Field Description protected Operation.OperationType
Operation.Builder. op
protected Operation.OperationType
Operation. op
Methods in org.apache.cassandra.index.sasi.plan that return Operation.OperationType Modifier and Type Method 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.Methods in org.apache.cassandra.index.sasi.plan with parameters of type Operation.OperationType Modifier and Type Method Description protected static com.google.common.collect.ListMultimap<ColumnMetadata,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).Constructors in org.apache.cassandra.index.sasi.plan with parameters of type Operation.OperationType Constructor Description Builder(Operation.OperationType operation, QueryController controller, RowFilter.Expression... columns)
-