Package com.aerospike.jdbc.predicate
Class QueryPredicateBoolean
java.lang.Object
com.aerospike.jdbc.predicate.QueryPredicateBoolean
- All Implemented Interfaces:
QueryPredicate
-
Constructor Summary
ConstructorsConstructorDescriptionQueryPredicateBoolean(QueryPredicate left, Operator operator, QueryPredicate right) -
Method Summary
Modifier and TypeMethodDescriptionbooleanOptional<com.aerospike.client.query.Filter>com.aerospike.client.exp.Exp
-
Constructor Details
-
QueryPredicateBoolean
-
-
Method Details
-
toFilterExpression
public com.aerospike.client.exp.Exp toFilterExpression()- Specified by:
toFilterExpressionin interfaceQueryPredicate
-
toFilter
- Specified by:
toFilterin interfaceQueryPredicate
-
isIndexable
public boolean isIndexable()- Specified by:
isIndexablein interfaceQueryPredicate
-
getBinNames
- Specified by:
getBinNamesin interfaceQueryPredicate
-
getPrimaryKeys
- Specified by:
getPrimaryKeysin interfaceQueryPredicate
-