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, toString
public static final Or INSTANCE
public boolean test(InternalRow row, List<Predicate> children)
test
in class CompoundPredicate.Function
public boolean test(long rowCount, InternalRow minValues, InternalRow maxValues, InternalArray nullCounts, List<Predicate> children)
test
in class CompoundPredicate.Function
public Optional<Predicate> negate(List<Predicate> children)
negate
in class CompoundPredicate.Function
public <T> T visit(FunctionVisitor<T> visitor, List<T> children)
visit
in class CompoundPredicate.Function
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.