public static class Predicates.BinaryComparison extends BinaryExpression implements Predicate
Expression.Operator| Constructor and Description |
|---|
BinaryComparison(Expression left,
Expression.Operator operator,
Expression right) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
eval(StructLike data) |
getChildren, getLeft, getOperator, getRight, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, getDataType, getOperatorgetChildren, toStringpublic BinaryComparison(Expression left, Expression.Operator operator, Expression right)
public Boolean eval(StructLike data)
eval in interface ExpressionCopyright © 2024 The Apache Software Foundation. All rights reserved.