Package | Description |
---|---|
org.apache.hadoop.hive.ql.parse | |
org.apache.hadoop.hive.ql.plan |
Modifier and Type | Method and Description |
---|---|
QB |
SemanticAnalyzer.getQB() |
QB |
QBExpr.getQB() |
Modifier and Type | Method and Description |
---|---|
protected static boolean |
SemanticAnalyzer.distinctExprsExists(QB qb) |
boolean |
SemanticAnalyzer.doPhase1(ASTNode ast,
QB qb,
org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.Phase1Ctx ctx_1,
org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.PlannerContext plannerCtx)
Phase 1: (including, but not limited to):
1.
|
protected Operator |
SemanticAnalyzer.genFileSinkPlan(String dest,
QB qb,
Operator input) |
Operator |
SemanticAnalyzer.genPlan(QB qb) |
Operator |
SemanticAnalyzer.genPlan(QB qb,
boolean skipAmbiguityCheck) |
protected String |
SemanticAnalyzer.getAliasId(String alias,
QB qb) |
void |
SemanticAnalyzer.getMetaData(QB qb) |
void |
SemanticAnalyzer.getMetaData(QB qb,
ReadEntity parentInput) |
void |
SemanticAnalyzer.setQB(QB qb) |
void |
QBExpr.setQB(QB qb) |
Constructor and Description |
---|
QBExpr(QB qb) |
Modifier and Type | Method and Description |
---|---|
QB |
ExplainSQRewriteWork.getQb() |
Constructor and Description |
---|
ExplainSQRewriteWork(String resFile,
QB qb,
ASTNode ast,
Context ctx) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.