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

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

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.
 



Copyright © 2011 The Apache Software Foundation