| Package | Description |
|---|---|
| org.apache.hudi |
| Modifier and Type | Method and Description |
|---|---|
protected BaseHoodieTableFileIndex.PartitionPath |
BaseHoodieTableFileIndex.convertToPartitionPath(String partitionPath) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<BaseHoodieTableFileIndex.PartitionPath,List<FileSlice>> |
BaseHoodieTableFileIndex.getAllInputFileSlices()
Returns all listed file-slices w/in the partition paths returned by
BaseHoodieTableFileIndex.getAllQueryPartitionPaths() |
protected List<BaseHoodieTableFileIndex.PartitionPath> |
BaseHoodieTableFileIndex.getAllQueryPartitionPaths()
Returns all partition paths matching the ones explicitly provided by the query (if any)
|
protected Map<BaseHoodieTableFileIndex.PartitionPath,List<FileSlice>> |
BaseHoodieTableFileIndex.getInputFileSlices(BaseHoodieTableFileIndex.PartitionPath... partitions)
Get input file slice for the given partition.
|
protected List<BaseHoodieTableFileIndex.PartitionPath> |
BaseHoodieTableFileIndex.listPartitionPaths(List<String> relativePartitionPaths) |
protected List<BaseHoodieTableFileIndex.PartitionPath> |
BaseHoodieTableFileIndex.listPartitionPaths(List<String> relativePartitionPaths,
Types.RecordType partitionFields,
Expression partitionColumnPredicates) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<BaseHoodieTableFileIndex.PartitionPath,List<FileSlice>> |
BaseHoodieTableFileIndex.getInputFileSlices(BaseHoodieTableFileIndex.PartitionPath... partitions)
Get input file slice for the given partition.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.