public class Or extends CompoundPredicate.Function
CompoundPredicate.Function to eval or.| 限定符和类型 | 方法和说明 |
|---|---|
Optional<Predicate> |
negate(List<Predicate> children) |
boolean |
test(long rowCount,
FieldStats[] fieldStats,
List<Predicate> children) |
boolean |
test(Object[] values,
List<Predicate> children) |
<T> T |
visit(FunctionVisitor<T> visitor,
List<T> children) |
equals, hashCodepublic static final Or INSTANCE
public boolean test(Object[] values, List<Predicate> children)
test 在类中 CompoundPredicate.Functionpublic boolean test(long rowCount,
FieldStats[] fieldStats,
List<Predicate> children)
test 在类中 CompoundPredicate.Functionpublic Optional<Predicate> negate(List<Predicate> children)
negate 在类中 CompoundPredicate.Functionpublic <T> T visit(FunctionVisitor<T> visitor, List<T> children)
visit 在类中 CompoundPredicate.FunctionCopyright © 2023 The Apache Software Foundation. All rights reserved.