| Package | Description |
|---|---|
| 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.parse | |
| org.apache.hadoop.hive.ql.reexec |
| Modifier and Type | Method and Description |
|---|---|
FetchTask |
QueryPlan.getFetchTask() |
FetchTask |
Driver.getFetchTask() |
FetchTask |
DriverContext.getFetchTask() |
FetchTask |
IDriver.getFetchTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryPlan.setFetchTask(FetchTask fetchTask) |
void |
DriverContext.setFetchTask(FetchTask fetchTask) |
| Modifier and Type | Method and Description |
|---|---|
static Set<Operator<?>> |
OperatorUtils.getAllFetchOperators(FetchTask task)
Given a
FetchTask this returns a set of all the operators within the task |
| Modifier and Type | Field and Description |
|---|---|
protected FetchTask |
BaseSemanticAnalyzer.fetchTask |
| Modifier and Type | Method and Description |
|---|---|
protected FetchTask |
BaseSemanticAnalyzer.createFetchTask(String tableSchema)
Create a FetchTask for a given schema.
|
FetchTask |
ParseContext.getFetchTask() |
FetchTask |
BaseSemanticAnalyzer.getFetchTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParseContext.setFetchTask(FetchTask fetchTask) |
void |
BaseSemanticAnalyzer.setFetchTask(FetchTask fetchTask) |
| Modifier and Type | Method and Description |
|---|---|
FetchTask |
ReExecDriver.getFetchTask() |
Copyright © 2024 The Apache Software Foundation. All rights reserved.