|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
---|---|
org.apache.hadoop.hive.ql.parse |
Uses of Context in org.apache.hadoop.hive.ql.parse |
---|
Fields in org.apache.hadoop.hive.ql.parse declared as Context | |
---|---|
protected Context |
BaseSemanticAnalyzer.ctx
|
Methods in org.apache.hadoop.hive.ql.parse that return Context | |
---|---|
Context |
ParseContext.getContext()
|
Methods in org.apache.hadoop.hive.ql.parse with parameters of type Context | |
---|---|
void |
BaseSemanticAnalyzer.analyze(ASTNode ast,
Context ctx)
|
void |
SemanticAnalyzer.analyzeInternal(ASTNode ast,
Context ctx)
|
void |
LoadSemanticAnalyzer.analyzeInternal(ASTNode ast,
Context ctx)
|
void |
FunctionSemanticAnalyzer.analyzeInternal(ASTNode ast,
Context ctx)
|
void |
ExplainSemanticAnalyzer.analyzeInternal(ASTNode ast,
Context ctx)
|
void |
DDLSemanticAnalyzer.analyzeInternal(ASTNode ast,
Context ctx)
|
abstract void |
BaseSemanticAnalyzer.analyzeInternal(ASTNode ast,
Context ctx)
|
void |
ParseContext.setContext(Context ctx)
|
Constructors in org.apache.hadoop.hive.ql.parse with parameters of type Context | |
---|---|
ParseContext(HiveConf conf,
QB qb,
ASTNode ast,
HashMap<String,PartitionPruner> aliasToPruner,
HashMap<String,SamplePruner> aliasToSamplePruner,
HashMap<String,Operator<? extends Serializable>> topOps,
HashMap<String,Operator<? extends Serializable>> topSelOps,
HashMap<Operator<? extends Serializable>,OpParseContext> opParseCtx,
List<loadTableDesc> loadTableWork,
List<loadFileDesc> loadFileWork,
Context ctx,
HashMap<String,String> idToTableNameMap,
int destTableId,
UnionProcContext uCtx)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |