| 限定符和类型 | 类和说明 |
|---|---|
static class |
CompoundPredicate.Function
Evaluate the predicate result based on multiple
Predicates. |
| 构造器和说明 |
|---|
CompoundPredicate(CompoundPredicate.Function function,
List<Predicate> children) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Predicate> |
children() |
boolean |
equals(Object o) |
CompoundPredicate.Function |
function() |
Optional<Predicate> |
negate() |
boolean |
test(InternalRow row)
Test based on the specific input row.
|
boolean |
test(long rowCount,
FieldStats[] fieldStats)
Test based on the statistical information to determine whether a hit is possible.
|
boolean |
test(Object[] values)
Test based on the specific input column values.
|
<T> T |
visit(PredicateVisitor<T> visitor) |
public CompoundPredicate(CompoundPredicate.Function function, List<Predicate> children)
public CompoundPredicate.Function function()
public boolean test(Object[] values)
Predicatepublic boolean test(InternalRow row)
Predicatepublic boolean test(long rowCount,
FieldStats[] fieldStats)
Predicatepublic <T> T visit(PredicateVisitor<T> visitor)
Copyright © 2023 The Apache Software Foundation. All rights reserved.