public abstract static class CompoundPredicate.Function extends Object implements Serializable
Predicate
s.Constructor and Description |
---|
Function() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
abstract Optional<Predicate> |
negate(List<Predicate> children) |
abstract boolean |
test(InternalRow row,
List<Predicate> children) |
abstract boolean |
test(long rowCount,
InternalRow minValues,
InternalRow maxValues,
InternalArray nullCounts,
List<Predicate> children) |
String |
toString() |
abstract <T> T |
visit(FunctionVisitor<T> visitor,
List<T> children) |
public abstract boolean test(InternalRow row, List<Predicate> children)
public abstract boolean test(long rowCount, InternalRow minValues, InternalRow maxValues, InternalArray nullCounts, List<Predicate> children)
public abstract <T> T visit(FunctionVisitor<T> visitor, List<T> children)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.