Uses of Class
org.apache.hadoop.hive.ql.plan.FetchWork

Packages that use FetchWork
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.plan   
 

Uses of FetchWork in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec that return FetchWork
 FetchWork FetchOperator.getWork()
           
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type FetchWork
 void FetchOperator.setWork(FetchWork work)
           
 

Constructors in org.apache.hadoop.hive.ql.exec with parameters of type FetchWork
FetchOperator(FetchWork work, org.apache.hadoop.mapred.JobConf job)
           
FetchOperator(FetchWork work, org.apache.hadoop.mapred.JobConf job, Operator<?> operator, List<VirtualColumn> vcCols)
           
 

Uses of FetchWork in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return FetchWork
 FetchWork ColumnStatsWork.getfWork()
           
 

Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type FetchWork
 LinkedHashMap<String,FetchWork> MapredLocalWork.getAliasToFetchWork()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type FetchWork
 void ColumnStatsWork.setfWork(FetchWork fWork)
           
 

Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type FetchWork
 void MapredLocalWork.setAliasToFetchWork(LinkedHashMap<String,FetchWork> aliasToFetchWork)
           
 

Constructors in org.apache.hadoop.hive.ql.plan with parameters of type FetchWork
ColumnStatsWork(FetchWork work, ColumnStatsDesc colStats)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.plan with type arguments of type FetchWork
MapredLocalWork(LinkedHashMap<String,Operator<? extends OperatorDesc>> aliasToWork, LinkedHashMap<String,FetchWork> aliasToFetchWork)
           
 



Copyright © 2011 The Apache Software Foundation