public abstract class NumericBinaryOperatorFilter extends BinaryOperatorFilter
| Constructor and Description |
|---|
NumericBinaryOperatorFilter(RecordPathSegment lhs,
RecordPathSegment rhs) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
compare(Number lhsNumber,
Number rhsNumber) |
protected boolean |
test(FieldValue fieldValue,
Object rhsValue) |
filter, getOperator, mapToBoolean, toStringpublic NumericBinaryOperatorFilter(RecordPathSegment lhs, RecordPathSegment rhs)
protected boolean test(FieldValue fieldValue, Object rhsValue)
test in class BinaryOperatorFilterCopyright © 2023 Apache NiFi Project. All rights reserved.