Class QueryPredicateRange

java.lang.Object
com.aerospike.jdbc.predicate.QueryPredicateBase
com.aerospike.jdbc.predicate.QueryPredicateRange
All Implemented Interfaces:
QueryPredicate

public class QueryPredicateRange extends QueryPredicateBase
  • Constructor Details

    • QueryPredicateRange

      public QueryPredicateRange(String binName, Object lowValue, Object highValue)
  • Method Details

    • toFilterExpression

      public com.aerospike.client.exp.Exp toFilterExpression()
    • toFilter

      public Optional<com.aerospike.client.query.Filter> toFilter(String binName)