Uses of Enum Class
org.apache.cassandra.index.sasi.plan.Operation.OperationType
Packages that use Operation.OperationType
-
Uses of Operation.OperationType in org.apache.cassandra.index.sasi.plan
Fields in org.apache.cassandra.index.sasi.plan declared as Operation.OperationTypeModifier and TypeFieldDescriptionprotected final Operation.OperationTypeOperation.Builder.opprotected final Operation.OperationTypeOperation.opMethods in org.apache.cassandra.index.sasi.plan that return Operation.OperationTypeModifier and TypeMethodDescriptionstatic Operation.OperationTypeReturns the enum constant of this class with the specified name.static Operation.OperationType[]Operation.OperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.index.sasi.plan with parameters of type Operation.OperationTypeModifier and TypeMethodDescriptionprotected static com.google.common.collect.ListMultimap<ColumnMetadata,Expression> Operation.analyzeGroup(QueryController controller, Operation.OperationType op, List<RowFilter.Expression> expressions) QueryController.getIndexes(Operation.OperationType op, 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.OperationTypeModifierConstructorDescriptionBuilder(Operation.OperationType operation, QueryController controller, RowFilter.Expression... columns)