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, setRightOperand
public RelationalExpression(RelationalOperator op)
op
- relational operatorpublic Predicate toPredicate() throws InvalidQueryException
Expression
InvalidQueryException
Copyright © 2022 Apache Software Foundation. All rights reserved.