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