Uses of Class
org.apache.hadoop.hive.ql.parse.PrunedPartitionList

Packages that use PrunedPartitionList
org.apache.hadoop.hive.ql.optimizer.ppr   
org.apache.hadoop.hive.ql.parse   
 

Uses of PrunedPartitionList in org.apache.hadoop.hive.ql.optimizer.ppr
 

Methods in org.apache.hadoop.hive.ql.optimizer.ppr that return PrunedPartitionList
static PrunedPartitionList PartitionPruner.prune(Table tab, exprNodeDesc prunerExpr, HiveConf conf, String alias)
          Get the partition list for the table that satisfies the partition pruner condition.
 

Uses of PrunedPartitionList in org.apache.hadoop.hive.ql.parse
 

Methods in org.apache.hadoop.hive.ql.parse that return PrunedPartitionList
 PrunedPartitionList ASTPartitionPruner.prune()
          From the table metadata prune the partitions to return the partitions.
 



Copyright © 2009 The Apache Software Foundation