|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
| org.apache.hadoop.hive.ql.io.rcfile.merge | |
| org.apache.hadoop.hive.ql.log | |
| 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. |
QueryPlan |
Task.getQueryPlan()
|
| 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)
|
void |
ColumnStatsTask.initialize(HiveConf conf,
QueryPlan queryPlan,
DriverContext ctx)
|
static void |
Utilities.serializeQueryPlan(QueryPlan plan,
OutputStream out)
Serialize the whole query plan. |
void |
Task.setQueryPlan(QueryPlan queryPlan)
|
static void |
Utilities.setWorkflowAdjacencies(org.apache.hadoop.conf.Configuration conf,
QueryPlan 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)
|
|
HookContext(QueryPlan queryPlan,
HiveConf conf,
Map<String,org.apache.hadoop.fs.ContentSummary> inputPathToContentSummary)
|
|
| Uses of QueryPlan in org.apache.hadoop.hive.ql.io.rcfile.merge |
|---|
| Methods in org.apache.hadoop.hive.ql.io.rcfile.merge with parameters of type QueryPlan | |
|---|---|
void |
BlockMergeTask.initialize(HiveConf conf,
QueryPlan queryPlan,
DriverContext driverContext)
|
| Uses of QueryPlan in org.apache.hadoop.hive.ql.log |
|---|
| Methods in org.apache.hadoop.hive.ql.log with parameters of type QueryPlan | |
|---|---|
void |
PerfLogger.close(org.apache.commons.logging.Log _log,
QueryPlan queryPlan)
Call this function at the end of processing a query (any time after the last call to PerfLogEnd for a given query) to run any cleanup/final steps that need to be run |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||