public class IsNotNull extends LeafUnaryFunction
NullFalseLeafBinaryFunction to eval is not null.| Modifier and Type | Method and Description |
|---|---|
Optional<LeafFunction> |
negate() |
boolean |
test(DataType type,
long rowCount,
Object min,
Object max,
Long nullCount) |
boolean |
test(DataType type,
Object field) |
<T> T |
visit(FunctionVisitor<T> visitor,
FieldRef fieldRef,
List<Object> literals) |
test, testequals, hashCode, toStringpublic static final IsNotNull INSTANCE
public boolean test(DataType type, Object field)
test in class LeafUnaryFunctionpublic boolean test(DataType type, long rowCount, Object min, Object max, Long nullCount)
test in class LeafUnaryFunctionpublic 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.