public class RelationalExpression extends AbstractExpression<String>
| Constructor and Description |
|---|
RelationalExpression(RelationalOperator op)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Predicate |
toPredicate()
Get the predicate representation of the expression.
|
String |
toString() |
defaultMerge, getLeftOperand, getOperator, getRightOperand, merge, setLeftOperand, setRightOperandpublic RelationalExpression(RelationalOperator op)
op - relational operatorpublic Predicate toPredicate() throws InvalidQueryException
ExpressionInvalidQueryExceptionCopyright © 2022 Apache Software Foundation. All rights reserved.