public interface RelationalOperator extends Operator
Operator.TYPE
MAX_OP_PRECEDENCE
Modifier and Type | Method and Description |
---|---|
Predicate |
toPredicate(String prop,
String val)
Create a predicate for this relational operator.
|
getPrecedence, getType
Predicate toPredicate(String prop, String val) throws InvalidQueryException
prop
- left operandval
- right operandInvalidQueryException
- if unable to build the predicate because of invalid operandsCopyright © 2022 Apache Software Foundation. All rights reserved.