Uses of Interface
com.aerospike.jdbc.predicate.Operator
Packages that use Operator
-
Uses of Operator in com.aerospike.jdbc.predicate
Classes in com.aerospike.jdbc.predicate that implement OperatorMethods in com.aerospike.jdbc.predicate that return OperatorModifier and TypeMethodDescriptionstatic OperatorOperator.parsed(org.apache.calcite.sql.SqlOperator op) Methods in com.aerospike.jdbc.predicate with parameters of type OperatorModifier and TypeMethodDescriptionstatic booleanstatic booleanConstructors in com.aerospike.jdbc.predicate with parameters of type OperatorModifierConstructorDescriptionQueryPredicateBinary(String binName, Operator operator, Object value) QueryPredicateBoolean(QueryPredicate left, Operator operator, QueryPredicate right) QueryPredicateList(String binName, Operator operator, Object[] values) QueryPredicatePrefix(Operator operator, QueryPredicate right)