Package | Description |
---|---|
org.apache.hadoop.hive.ql | |
org.apache.hadoop.hive.ql.parse | |
org.apache.hadoop.hive.ql.plan |
Modifier and Type | Method and Description |
---|---|
static void |
Driver.doAuthorization(BaseSemanticAnalyzer sem,
String command)
Do authorization using post semantic analysis information in the semantic analyzer
The original command is also passed so that authorization interface can provide
more useful information in logs.
|
static Schema |
Driver.getSchema(BaseSemanticAnalyzer sem,
HiveConf conf)
Get a Schema with fields represented with native Hive types
|
Constructor and Description |
---|
QueryPlan(String queryString,
BaseSemanticAnalyzer sem,
Long startTime,
String queryId,
String operationName) |
Modifier and Type | Class and Description |
---|---|
class |
CalcitePlanner |
class |
ColumnStatsSemanticAnalyzer
ColumnStatsSemanticAnalyzer.
|
class |
DDLSemanticAnalyzer
DDLSemanticAnalyzer.
|
class |
ExplainSemanticAnalyzer
ExplainSemanticAnalyzer.
|
class |
ExplainSQRewriteSemanticAnalyzer |
class |
ExportSemanticAnalyzer
ExportSemanticAnalyzer.
|
class |
FunctionSemanticAnalyzer
FunctionSemanticAnalyzer.
|
class |
ImportSemanticAnalyzer
ImportSemanticAnalyzer.
|
class |
LoadSemanticAnalyzer
LoadSemanticAnalyzer.
|
class |
MacroSemanticAnalyzer
MacroSemanticAnalyzer.
|
class |
SemanticAnalyzer
Implementation of the semantic analyzer.
|
class |
UpdateDeleteSemanticAnalyzer
A subclass of the
SemanticAnalyzer that just handles
update and delete statements. |
Modifier and Type | Method and Description |
---|---|
static BaseSemanticAnalyzer |
SemanticAnalyzerFactory.get(HiveConf conf,
ASTNode tree) |
Modifier and Type | Method and Description |
---|---|
void |
HiveSemanticAnalyzerHookContextImpl.update(BaseSemanticAnalyzer sem) |
void |
HiveSemanticAnalyzerHookContext.update(BaseSemanticAnalyzer sem)
This should be called after the semantic analyzer completes.
|
Modifier and Type | Method and Description |
---|---|
BaseSemanticAnalyzer |
ExplainWork.getAnalyzer() |
Constructor and Description |
---|
ExplainWork(org.apache.hadoop.fs.Path resFile,
ParseContext pCtx,
List<Task<? extends Serializable>> rootTasks,
Task<? extends Serializable> fetchTask,
String astStringTree,
BaseSemanticAnalyzer analyzer,
boolean extended,
boolean formatted,
boolean dependency,
boolean logical,
boolean authorize,
boolean userLevelExplain,
String cboInfo) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.