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