@Public public interface Predicate extends Serializable
PredicateBuilder
Modifier and Type | Method and Description |
---|---|
Optional<Predicate> |
negate() |
boolean |
test(InternalRow row)
Test based on the specific input row.
|
boolean |
test(long rowCount,
InternalRow minValues,
InternalRow maxValues,
InternalArray nullCounts)
Test based on the statistical information to determine whether a hit is possible.
|
<T> T |
visit(PredicateVisitor<T> visitor) |
boolean test(InternalRow row)
boolean test(long rowCount, InternalRow minValues, InternalRow maxValues, InternalArray nullCounts)
<T> T visit(PredicateVisitor<T> visitor)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.