Uses of Class
org.apache.hadoop.hive.ql.exec.SelectOperator

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

Uses of SelectOperator in org.apache.hadoop.hive.ql.optimizer
 

Methods in org.apache.hadoop.hive.ql.optimizer with parameters of type SelectOperator
 List<String> ColumnPrunerProcCtx.getColsFromSelectExpr(SelectOperator op)
          Creates the list of internal column names from select expressions in a select operator.
 List<String> ColumnPrunerProcCtx.getSelectColsFromChildren(SelectOperator op, List<String> colList)
          Creates the list of internal column names for select * expressions.
 

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

Methods in org.apache.hadoop.hive.ql.optimizer.correlation that return SelectOperator
protected static SelectOperator CorrelationUtilities.replaceOperatorWithSelect(Operator<?> operator, ParseContext context, org.apache.hadoop.hive.ql.optimizer.correlation.AbstractCorrelationProcCtx procCtx)
           
protected static SelectOperator CorrelationUtilities.replaceReduceSinkWithSelectOperator(ReduceSinkOperator childRS, ParseContext context, org.apache.hadoop.hive.ql.optimizer.correlation.AbstractCorrelationProcCtx procCtx)
           
 



Copyright © 2012 The Apache Software Foundation