public class HudiFileIndex extends Object
org.apache.hudi.source.FileIndex
Constructor and Description |
---|
HudiFileIndex(String location,
Map<String,String> conf,
RowType partitionType,
PartitionPredicate partitionPredicate) |
Modifier and Type | Method and Description |
---|---|
List<HivePartitionFiles> |
getAllFilteredPartitionFiles(FileIO fileIO) |
HivePartitionFiles |
getUnpartitionedFiles(FileIO fileIO) |
boolean |
isPartitioned() |
public boolean isPartitioned()
public List<HivePartitionFiles> getAllFilteredPartitionFiles(FileIO fileIO)
public HivePartitionFiles getUnpartitionedFiles(FileIO fileIO)
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.