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

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

Uses of SelectOperator in org.apache.hadoop.hive.ql.exec.vector
 

Subclasses of SelectOperator in org.apache.hadoop.hive.ql.exec.vector
 class VectorSelectOperator
          Select operator implementation.
 

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 © 2014 The Apache Software Foundation. All rights reserved.