| Package | Description |
|---|---|
| org.apache.paimon.operation | |
| org.apache.paimon.partition |
| Modifier and Type | Method and Description |
|---|---|
FileStoreScan |
AbstractFileStoreScan.withPartitionFilter(PartitionPredicate predicate) |
FileStoreScan |
FileStoreScan.withPartitionFilter(PartitionPredicate predicate) |
| Modifier and Type | Class and Description |
|---|---|
static class |
PartitionPredicate.DefaultPartitionPredicate
A
PartitionPredicate using Predicate. |
static class |
PartitionPredicate.MultiplePartitionPredicate
A
PartitionPredicate optimizing for multiple partitions. |
| Modifier and Type | Method and Description |
|---|---|
static PartitionPredicate |
PartitionPredicate.fromMultiple(RowType partitionType,
List<BinaryRow> partitions) |
static PartitionPredicate |
PartitionPredicate.fromMultiple(RowType partitionType,
Set<BinaryRow> partitions) |
static PartitionPredicate |
PartitionPredicate.fromPredicate(RowType partitionType,
Predicate predicate)
Compared to the multiple method, this approach can accept filtering of partially partitioned
fields.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.