public abstract class LeafFunction extends Object implements Serializable
Constructor and Description |
---|
LeafFunction() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
abstract Optional<LeafFunction> |
negate() |
abstract boolean |
test(DataType type,
long rowCount,
Object min,
Object max,
Long nullCount,
List<Object> literals) |
abstract boolean |
test(DataType type,
Object field,
List<Object> literals) |
String |
toString() |
abstract <T> T |
visit(FunctionVisitor<T> visitor,
FieldRef fieldRef,
List<Object> literals) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.