public static interface TableFileSystemView.BaseFileOnlyViewWithLatestSlice
| Modifier and Type | Method and Description |
|---|---|
Map<String,Stream<HoodieBaseFile>> |
getAllLatestBaseFilesBeforeOrOn(String maxCommitTime)
Streams the latest version base files in all partitions with precondition that
commitTime(file) before maxCommitTime.
|
Option<HoodieBaseFile> |
getLatestBaseFile(String partitionPath,
String fileId)
Get Latest data file for a partition and file-Id.
|
Stream<HoodieBaseFile> |
getLatestBaseFiles()
Stream all the latest data files, in the file system view.
|
Stream<HoodieBaseFile> |
getLatestBaseFiles(String partitionPath)
Stream all the latest data files in the given partition.
|
Stream<HoodieBaseFile> |
getLatestBaseFilesBeforeOrOn(String partitionPath,
String maxCommitTime)
Stream all the latest version data files in the given partition with precondition that commitTime(file) before
maxCommitTime.
|
Stream<HoodieBaseFile> |
getLatestBaseFilesInRange(List<String> commitsToReturn)
Stream all the latest data files pass.
|
Stream<HoodieBaseFile> getLatestBaseFiles(String partitionPath)
Option<HoodieBaseFile> getLatestBaseFile(String partitionPath, String fileId)
Stream<HoodieBaseFile> getLatestBaseFiles()
Stream<HoodieBaseFile> getLatestBaseFilesBeforeOrOn(String partitionPath, String maxCommitTime)
Map<String,Stream<HoodieBaseFile>> getAllLatestBaseFilesBeforeOrOn(String maxCommitTime)
maxCommitTime - The max commit time to consider.Map of partition path to the latest version base files before or on the
commit timeStream<HoodieBaseFile> getLatestBaseFilesInRange(List<String> commitsToReturn)
Copyright © 2024 The Apache Software Foundation. All rights reserved.