Package org.apache.iceberg.util
Class ManifestFileUtil
- java.lang.Object
-
- org.apache.iceberg.util.ManifestFileUtil
-
public class ManifestFileUtil extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
canContainAny(ManifestFile manifest, java.lang.Iterable<StructLike> partitions, java.util.function.Function<java.lang.Integer,PartitionSpec> specLookup)
static boolean
canContainAny(ManifestFile manifest, java.lang.Iterable<Pair<java.lang.Integer,StructLike>> partitions, java.util.Map<java.lang.Integer,PartitionSpec> specsById)
-
-
-
Method Detail
-
canContainAny
public static boolean canContainAny(ManifestFile manifest, java.lang.Iterable<StructLike> partitions, java.util.function.Function<java.lang.Integer,PartitionSpec> specLookup)
-
canContainAny
public static boolean canContainAny(ManifestFile manifest, java.lang.Iterable<Pair<java.lang.Integer,StructLike>> partitions, java.util.Map<java.lang.Integer,PartitionSpec> specsById)
-
-