public class GreaterThan extends NullFalseLeafBinaryFunction
LeafFunction to eval greater.| Modifier and Type | Field and Description |
|---|---|
static GreaterThan |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Optional<LeafFunction> |
negate() |
boolean |
test(DataType type,
long rowCount,
Object min,
Object max,
Long nullCount,
Object literal) |
boolean |
test(DataType type,
Object field,
Object literal) |
<T> T |
visit(FunctionVisitor<T> visitor,
FieldRef fieldRef,
List<Object> literals) |
test, testequals, hashCode, toStringpublic static final GreaterThan INSTANCE
public boolean test(DataType type, Object field, Object literal)
test in class NullFalseLeafBinaryFunctionpublic boolean test(DataType type, long rowCount, Object min, Object max, Long nullCount, Object literal)
test in class NullFalseLeafBinaryFunctionpublic Optional<LeafFunction> negate()
negate in class LeafFunctionpublic <T> T visit(FunctionVisitor<T> visitor, FieldRef fieldRef, List<Object> literals)
visit in class LeafFunctionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.