Uses of Class
org.apache.cassandra.cql3.restrictions.CustomIndexExpression
-
Packages that use CustomIndexExpression Package Description org.apache.cassandra.cql3 org.apache.cassandra.cql3.restrictions -
-
Uses of CustomIndexExpression in org.apache.cassandra.cql3
Fields in org.apache.cassandra.cql3 with type parameters of type CustomIndexExpression Modifier and Type Field Description java.util.List<CustomIndexExpression>
WhereClause. expressions
Methods in org.apache.cassandra.cql3 with parameters of type CustomIndexExpression Modifier and Type Method Description WhereClause.Builder
WhereClause.Builder. add(CustomIndexExpression expression)
-
Uses of CustomIndexExpression in org.apache.cassandra.cql3.restrictions
Methods in org.apache.cassandra.cql3.restrictions that return types with arguments of type CustomIndexExpression Modifier and Type Method Description java.util.List<CustomIndexExpression>
IndexRestrictions. getCustomIndexExpressions()
Methods in org.apache.cassandra.cql3.restrictions with parameters of type CustomIndexExpression Modifier and Type Method Description void
IndexRestrictions. add(CustomIndexExpression expression)
-