Uses of Class
org.apache.hadoop.hive.ql.ppd.OpProcFactory.DefaultPPD

Packages that use OpProcFactory.DefaultPPD
org.apache.hadoop.hive.ql.ppd   
 

Uses of OpProcFactory.DefaultPPD in org.apache.hadoop.hive.ql.ppd
 

Subclasses of OpProcFactory.DefaultPPD in org.apache.hadoop.hive.ql.ppd
static class OpProcFactory.FilterPPD
          Determines the push down predicates in its where expression and then combines it with the push down predicates that are passed from its children.
static class OpProcFactory.JoinPPD
          Determines predicates for which alias can be pushed to it's parents.
static class OpProcFactory.LateralViewForwardPPD
           
static class OpProcFactory.ReduceSinkPPD
          Processor for ReduceSink operator.
static class OpProcFactory.ScriptPPD
          Processor for Script Operator Prevents any predicates being pushed.
static class OpProcFactory.TableScanPPD
          Combines predicates of its child into a single expression and adds a filter op as new child.
static class OpProcFactory.UDTFPPD
           
 



Copyright © 2012 The Apache Software Foundation