Class ManifestFileUtil


  • public class ManifestFileUtil
    extends java.lang.Object
    • 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)