public static class PartitionPredicate.MultiplePartitionPredicate extends Object implements PartitionPredicate
PartitionPredicate optimizing for multiple partitions. Its FieldStats filtering
effect may not be as good as PartitionPredicate.DefaultPartitionPredicate.PartitionPredicate.DefaultPartitionPredicate, PartitionPredicate.MultiplePartitionPredicate| Modifier and Type | Method and Description |
|---|---|
boolean |
test(BinaryRow part) |
boolean |
test(long rowCount,
InternalRow minValues,
InternalRow maxValues,
InternalArray nullCounts) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatePartitionPredicate, createPartitionPredicate, createPartitionPredicate, createPartitionPredicate, createPartitionPredicate, fromMultiple, fromMultiple, fromPredicatepublic boolean test(BinaryRow part)
test in interface PartitionPredicatepublic boolean test(long rowCount,
InternalRow minValues,
InternalRow maxValues,
InternalArray nullCounts)
test in interface PartitionPredicateCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.