public class LessOrEqual extends NullFalseLeafBinaryFunction
NullFalseLeafBinaryFunction to eval less or equal.| 限定符和类型 | 字段和说明 |
|---|---|
static LessOrEqual |
INSTANCE |
| 限定符和类型 | 方法和说明 |
|---|---|
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 LessOrEqual INSTANCE
public boolean test(DataType type, Object field, Object literal)
test 在类中 NullFalseLeafBinaryFunctionpublic boolean test(DataType type, long rowCount, Object min, Object max, Long nullCount, Object literal)
test 在类中 NullFalseLeafBinaryFunctionpublic Optional<LeafFunction> negate()
negate 在类中 LeafFunctionpublic <T> T visit(FunctionVisitor<T> visitor, FieldRef fieldRef, List<Object> literals)
visit 在类中 LeafFunctionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.