Uses of Class
org.apache.hadoop.hive.ql.QueryPlan

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

Uses of QueryPlan in org.apache.hadoop.hive.ql
 

Methods in org.apache.hadoop.hive.ql that return QueryPlan
 QueryPlan Driver.getPlan()
           
 

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

Fields in org.apache.hadoop.hive.ql.exec declared as QueryPlan
protected  QueryPlan Task.queryPlan
           
 

Methods in org.apache.hadoop.hive.ql.exec that return QueryPlan
static QueryPlan Utilities.deserializeQueryPlan(InputStream in, org.apache.hadoop.conf.Configuration conf)
          Deserialize the whole query plan.
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type QueryPlan
 void Task.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext driverContext)
           
 void MapredLocalTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext driverContext)
           
 void FunctionTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext ctx)
           
 void FetchTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext ctx)
           
 void ExecDriver.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext driverContext)
          Initialization when invoked from QL.
 void DDLTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext ctx)
           
 void ConditionalTask.initialize(HiveConf conf, QueryPlan queryPlan, DriverContext driverContext)
           
static void Utilities.serializeQueryPlan(QueryPlan plan, OutputStream out)
          Serialize the whole query plan.
 

Uses of QueryPlan in org.apache.hadoop.hive.ql.history
 

Methods in org.apache.hadoop.hive.ql.history with parameters of type QueryPlan
 void HiveHistory.logPlanProgress(QueryPlan plan)
           
 

Uses of QueryPlan in org.apache.hadoop.hive.ql.hooks
 

Methods in org.apache.hadoop.hive.ql.hooks that return QueryPlan
 QueryPlan HookContext.getQueryPlan()
           
 

Methods in org.apache.hadoop.hive.ql.hooks with parameters of type QueryPlan
 void HookContext.setQueryPlan(QueryPlan queryPlan)
           
 

Constructors in org.apache.hadoop.hive.ql.hooks with parameters of type QueryPlan
HookContext(QueryPlan queryPlan, HiveConf conf)
           
 



Copyright © 2011 The Apache Software Foundation