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, wait
createPartitionPredicate, createPartitionPredicate, createPartitionPredicate, createPartitionPredicate, createPartitionPredicate, fromMultiple, fromMultiple, fromPredicate
public boolean test(BinaryRow part)
test
in interface PartitionPredicate
public boolean test(long rowCount, InternalRow minValues, InternalRow maxValues, InternalArray nullCounts)
test
in interface PartitionPredicate
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.