Uses of Class
org.apache.hadoop.hive.ql.optimizer.PrunerOperatorFactory

Packages that use PrunerOperatorFactory
org.apache.hadoop.hive.ql.optimizer.listbucketingpruner   
org.apache.hadoop.hive.ql.optimizer.ppr   
 

Uses of PrunerOperatorFactory in org.apache.hadoop.hive.ql.optimizer.listbucketingpruner
 

Subclasses of PrunerOperatorFactory in org.apache.hadoop.hive.ql.optimizer.listbucketingpruner
 class LBPartitionProcFactory
          Walk through top operators in tree to find all partitions.
 class LBProcFactory
          Operator factory for list bucketing pruning processing of operator graph We find all the filter operators that appear just beneath the table scan operators.
 

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

Subclasses of PrunerOperatorFactory in org.apache.hadoop.hive.ql.optimizer.ppr
 class OpProcFactory
          Operator factory for partition pruning processing of operator graph We find all the filter operators that appear just beneath the table scan operators.
 



Copyright © 2011 The Apache Software Foundation