Package org.apache.iceberg.util
Class ManifestFileUtil
java.lang.Object
org.apache.iceberg.util.ManifestFileUtil
- 
Method SummaryModifier 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- 
canContainAnypublic static boolean canContainAny(ManifestFile manifest, Iterable<StructLike> partitions, Function<Integer, PartitionSpec> specLookup) 
- 
canContainAnypublic static boolean canContainAny(ManifestFile manifest, Iterable<Pair<Integer, StructLike>> partitions, Map<Integer, PartitionSpec> specsById) 
 
-