Uses of Class
org.apache.cassandra.db.filter.RowFilter.Expression
Packages that use RowFilter.Expression
Package
Description
-
Uses of RowFilter.Expression in org.apache.cassandra.db.filter
Subclasses of RowFilter.Expression in org.apache.cassandra.db.filterModifier and TypeClassDescriptionstatic final classA custom index expression for use with 2i implementations which support custom syntax and which are not necessarily linked to a single column in the base table.static classAn expression of the form 'column' 'op' 'value'.static classA user defined filtering expression.Fields in org.apache.cassandra.db.filter with type parameters of type RowFilter.ExpressionModifier and TypeFieldDescriptionprotected final List<RowFilter.Expression>RowFilter.expressionsMethods in org.apache.cassandra.db.filter that return types with arguments of type RowFilter.ExpressionMethods in org.apache.cassandra.db.filter with parameters of type RowFilter.ExpressionModifier and TypeMethodDescriptionRowFilter.without(RowFilter.Expression expression) Returns this filter but without the provided expression.Method parameters in org.apache.cassandra.db.filter with type arguments of type RowFilter.ExpressionModifier and TypeMethodDescriptionprotected RowFilterRowFilter.withNewExpressions(List<RowFilter.Expression> expressions) Constructor parameters in org.apache.cassandra.db.filter with type arguments of type RowFilter.ExpressionModifierConstructorDescriptionprotectedRowFilter(List<RowFilter.Expression> expressions, boolean needsReconciliation) -
Uses of RowFilter.Expression in org.apache.cassandra.index
Methods in org.apache.cassandra.index with parameters of type RowFilter.ExpressionModifier and TypeMethodDescriptionIndexRegistry.getBestIndexFor(RowFilter.Expression expression) SecondaryIndexManager.getBestIndexFor(RowFilter.Expression expression) SecondaryIndexManager.getBestIndexFor(RowFilter.Expression expression, Class<T> indexType) -
Uses of RowFilter.Expression in org.apache.cassandra.index.internal
Constructors in org.apache.cassandra.index.internal with parameters of type RowFilter.ExpressionModifierConstructorDescriptionCassandraIndexSearcher(ReadCommand command, RowFilter.Expression expression, CassandraIndex index) -
Uses of RowFilter.Expression in org.apache.cassandra.index.internal.composites
Constructors in org.apache.cassandra.index.internal.composites with parameters of type RowFilter.ExpressionModifierConstructorDescriptionCompositesSearcher(ReadCommand command, RowFilter.Expression expression, CassandraIndex index) -
Uses of RowFilter.Expression in org.apache.cassandra.index.internal.keys
Constructors in org.apache.cassandra.index.internal.keys with parameters of type RowFilter.ExpressionModifierConstructorDescriptionKeysSearcher(ReadCommand command, RowFilter.Expression expression, CassandraIndex indexer) -
Uses of RowFilter.Expression in org.apache.cassandra.index.sai.plan
Methods in org.apache.cassandra.index.sai.plan with parameters of type RowFilter.ExpressionModifier and TypeMethodDescriptionbooleanQueryController.hasAnalyzer(RowFilter.Expression expression) QueryController.indexFor(RowFilter.Expression expression) Method parameters in org.apache.cassandra.index.sai.plan with type arguments of type RowFilter.ExpressionModifier and TypeMethodDescriptionprotected static Operation.ExpressionsOperation.buildIndexExpressions(QueryController queryController, List<RowFilter.Expression> expressions) -
Uses of RowFilter.Expression in org.apache.cassandra.index.sai.utils
Methods in org.apache.cassandra.index.sai.utils with parameters of type RowFilter.ExpressionModifier and TypeMethodDescriptionbooleanIndexTermType.isMultiExpression(RowFilter.Expression expression) Returnstrueif theRowFilter.Expressionpassed is backed by a non-frozen collection and theOperatoris one that cannot be merged together. -
Uses of RowFilter.Expression in org.apache.cassandra.index.sasi.plan
Fields in org.apache.cassandra.index.sasi.plan with type parameters of type RowFilter.ExpressionModifier and TypeFieldDescriptionprotected final List<RowFilter.Expression>Operation.Builder.expressionsMethods in org.apache.cassandra.index.sasi.plan that return types with arguments of type RowFilter.ExpressionMethods in org.apache.cassandra.index.sasi.plan with parameters of type RowFilter.ExpressionModifier and TypeMethodDescriptionvoidOperation.Builder.add(RowFilter.Expression e) QueryController.getIndex(RowFilter.Expression expression) Method parameters in org.apache.cassandra.index.sasi.plan with type arguments of type RowFilter.ExpressionModifier and TypeMethodDescriptionvoidOperation.Builder.add(Collection<RowFilter.Expression> newExpressions) protected static com.google.common.collect.ListMultimap<ColumnMetadata,Expression> Operation.analyzeGroup(QueryController controller, Operation.OperationType op, List<RowFilter.Expression> expressions) Constructors in org.apache.cassandra.index.sasi.plan with parameters of type RowFilter.ExpressionModifierConstructorDescriptionBuilder(Operation.OperationType operation, QueryController controller, RowFilter.Expression... columns)