public class Or extends CompoundPredicate.Function
CompoundPredicate.Function to eval or.| Modifier and Type | Method and Description |
|---|---|
Optional<Predicate> |
negate(List<Predicate> children) |
boolean |
test(InternalRow row,
List<Predicate> children) |
boolean |
test(long rowCount,
InternalRow minValues,
InternalRow maxValues,
InternalArray nullCounts,
List<Predicate> children) |
<T> T |
visit(FunctionVisitor<T> visitor,
List<T> children) |
equals, hashCode, toStringpublic static final Or INSTANCE
public boolean test(InternalRow row, List<Predicate> children)
test in class CompoundPredicate.Functionpublic boolean test(long rowCount,
InternalRow minValues,
InternalRow maxValues,
InternalArray nullCounts,
List<Predicate> children)
test in class CompoundPredicate.Functionpublic Optional<Predicate> negate(List<Predicate> children)
negate in class CompoundPredicate.Functionpublic <T> T visit(FunctionVisitor<T> visitor, List<T> children)
visit in class CompoundPredicate.FunctionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.