Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • canContainAny

        public static boolean canContainAny​(ManifestFile manifest,
                                            java.lang.Iterable<StructLike> partitions,
                                            java.util.function.Function<java.lang.Integer,​PartitionSpec> specLookup)