@Public public interface Predicate extends Serializable
PredicateBuilder| 限定符和类型 | 方法和说明 |
|---|---|
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) |
boolean test(Object[] values)
boolean test(InternalRow row)
boolean test(long rowCount,
FieldStats[] fieldStats)
<T> T visit(PredicateVisitor<T> visitor)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.