Uses of Class
org.apache.hadoop.hive.ql.optimizer.correlation.IntraQueryCorrelation

Packages that use IntraQueryCorrelation
org.apache.hadoop.hive.ql.optimizer.correlation   
 

Uses of IntraQueryCorrelation in org.apache.hadoop.hive.ql.optimizer.correlation
 

Methods in org.apache.hadoop.hive.ql.optimizer.correlation that return types with arguments of type IntraQueryCorrelation
 List<IntraQueryCorrelation> CorrelationOptimizer.CorrelationNodeProcCtx.getCorrelations()
           
 

Methods in org.apache.hadoop.hive.ql.optimizer.correlation with parameters of type IntraQueryCorrelation
 void CorrelationOptimizer.CorrelationNodeProcCtx.addCorrelation(IntraQueryCorrelation correlation)
           
protected static void QueryPlanTreeTransformation.applyCorrelation(ParseContext pCtx, CorrelationOptimizer.CorrelationNodeProcCtx corrCtx, IntraQueryCorrelation correlation)
          Based on the correlation, we transform the query plan tree (operator tree).
 



Copyright © 2012 The Apache Software Foundation