Package org.apache.iceberg
Class MicroBatches
java.lang.Object
org.apache.iceberg.MicroBatches
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptionstatic CloseableIterable<FileScanTask>
openManifestFile
(FileIO io, Map<Integer, PartitionSpec> specsById, boolean caseSensitive, Snapshot snapshot, ManifestFile manifestFile, boolean scanAllFiles) static List<Pair<ManifestFile,
Integer>> skippedManifestIndexesFromSnapshot
(FileIO io, Snapshot snapshot, long startFileIndex, boolean scanAllFiles)
-
Method Details
-
skippedManifestIndexesFromSnapshot
-
openManifestFile
public static CloseableIterable<FileScanTask> openManifestFile(FileIO io, Map<Integer, PartitionSpec> specsById, boolean caseSensitive, Snapshot snapshot, ManifestFile manifestFile, boolean scanAllFiles) -
from
-