|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseSemanticAnalyzer | |
|---|---|
| org.apache.hadoop.hive.ql | |
| org.apache.hadoop.hive.ql.parse | |
| Uses of BaseSemanticAnalyzer in org.apache.hadoop.hive.ql |
|---|
| Methods in org.apache.hadoop.hive.ql with parameters of type BaseSemanticAnalyzer | |
|---|---|
static Schema |
Driver.getSchema(BaseSemanticAnalyzer sem,
HiveConf conf)
Get a Schema with fields represented with native Hive types |
| Constructors in org.apache.hadoop.hive.ql with parameters of type BaseSemanticAnalyzer | |
|---|---|
QueryPlan(String queryString,
BaseSemanticAnalyzer sem,
Long startTime)
|
|
| Uses of BaseSemanticAnalyzer in org.apache.hadoop.hive.ql.parse |
|---|
| Subclasses of BaseSemanticAnalyzer in org.apache.hadoop.hive.ql.parse | |
|---|---|
class |
ColumnStatsSemanticAnalyzer
ColumnStatsSemanticAnalyzer. |
class |
DDLSemanticAnalyzer
DDLSemanticAnalyzer. |
class |
ExplainSemanticAnalyzer
ExplainSemanticAnalyzer. |
class |
ExportSemanticAnalyzer
ExportSemanticAnalyzer. |
class |
FunctionSemanticAnalyzer
FunctionSemanticAnalyzer. |
class |
ImportSemanticAnalyzer
ImportSemanticAnalyzer. |
class |
LoadSemanticAnalyzer
LoadSemanticAnalyzer. |
class |
MacroSemanticAnalyzer
MacroSemanticAnalyzer. |
class |
SemanticAnalyzer
Implementation of the semantic analyzer. |
| Methods in org.apache.hadoop.hive.ql.parse that return BaseSemanticAnalyzer | |
|---|---|
static BaseSemanticAnalyzer |
SemanticAnalyzerFactory.get(HiveConf conf,
ASTNode tree)
|
| Methods in org.apache.hadoop.hive.ql.parse with parameters of type BaseSemanticAnalyzer | |
|---|---|
void |
HiveSemanticAnalyzerHookContextImpl.update(BaseSemanticAnalyzer sem)
|
void |
HiveSemanticAnalyzerHookContext.update(BaseSemanticAnalyzer sem)
This should be called after the semantic analyzer completes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||