public interface Predicate extends Expression
Expression.Operator| Modifier and Type | Method and Description |
|---|---|
default <T> T |
accept(ExpressionVisitor<T> exprVisitor)
Traverses the expression with the provided
ExpressionVisitor |
default Type |
getDataType() |
Expression.Operator |
getOperator() |
eval, getChildren, toStringdefault Type getDataType()
getDataType in interface ExpressionExpression.Operator getOperator()
default <T> T accept(ExpressionVisitor<T> exprVisitor)
ExpressionExpressionVisitoraccept in interface ExpressionCopyright © 2024 The Apache Software Foundation. All rights reserved.