Package org.apache.iceberg.util
Class ManifestFileUtil
java.lang.Object
org.apache.iceberg.util.ManifestFileUtil
- 
Method Summary
Modifier and TypeMethodDescriptionstatic booleancanContainAny(ManifestFile manifest, Iterable<StructLike> partitions, Function<Integer, PartitionSpec> specLookup) static booleancanContainAny(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)  
 -