public class DDLOperationContext extends Object
| Constructor and Description |
|---|
DDLOperationContext(HiveConf conf,
Context context,
DDLTask task,
DDLWork work,
QueryState queryState,
QueryPlan queryPlan,
SessionState.LogHelper console) |
| Modifier and Type | Method and Description |
|---|---|
HiveConf |
getConf() |
SessionState.LogHelper |
getConsole() |
Context |
getContext() |
Hive |
getDb() |
QueryPlan |
getQueryPlan() |
QueryState |
getQueryState() |
DDLTask |
getTask() |
DDLWork |
getWork() |
public DDLOperationContext(HiveConf conf, Context context, DDLTask task, DDLWork work, QueryState queryState, QueryPlan queryPlan, SessionState.LogHelper console)
public Hive getDb() throws HiveException
HiveExceptionpublic HiveConf getConf()
public Context getContext()
public DDLTask getTask()
public DDLWork getWork()
public QueryState getQueryState()
public QueryPlan getQueryPlan()
public SessionState.LogHelper getConsole()
Copyright © 2022 The Apache Software Foundation. All rights reserved.