Class PartitionFilterer


  • public final class PartitionFilterer
    extends Object
    • Method Detail

      • filterPartitionsByExpr

        public static boolean filterPartitionsByExpr​(org.apache.hadoop.conf.Configuration conf,
                                                     List<org.apache.hadoop.hive.metastore.api.FieldSchema> partColumns,
                                                     byte[] expr,
                                                     List<String> partitionNames)
                                              throws org.apache.hadoop.hive.metastore.api.MetaException
        Filter the partitions.
        Throws:
        org.apache.hadoop.hive.metastore.api.MetaException