Package org.apache.iceberg.util
Class ManifestFileUtil
java.lang.Object
org.apache.iceberg.util.ManifestFileUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
canContainAny
(ManifestFile manifest, Iterable<StructLike> partitions, Function<Integer, PartitionSpec> specLookup) static boolean
canContainAny
(ManifestFile manifest, Iterable<Pair<Integer, StructLike>> partitions, Map<Integer, PartitionSpec> specsById)
-
Method Details
-
canContainAny
public static boolean canContainAny(ManifestFile manifest, Iterable<StructLike> partitions, Function<Integer, PartitionSpec> specLookup) -
canContainAny
public static boolean canContainAny(ManifestFile manifest, Iterable<Pair<Integer, StructLike>> partitions, Map<Integer, PartitionSpec> specsById)
-