|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
---|---|
org.apache.hadoop.hive.ql | |
org.apache.hadoop.hive.ql.optimizer.physical | |
org.apache.hadoop.hive.ql.parse |
Uses of Context in org.apache.hadoop.hive.ql |
---|
Methods in org.apache.hadoop.hive.ql that return Context | |
---|---|
Context |
DriverContext.getCtx()
|
Constructors in org.apache.hadoop.hive.ql with parameters of type Context | |
---|---|
DriverContext(Queue<Task<? extends Serializable>> runnable,
Context ctx)
|
Uses of Context in org.apache.hadoop.hive.ql.optimizer.physical |
---|
Methods in org.apache.hadoop.hive.ql.optimizer.physical that return Context | |
---|---|
Context |
PhysicalContext.getContext()
|
Methods in org.apache.hadoop.hive.ql.optimizer.physical with parameters of type Context | |
---|---|
void |
PhysicalContext.setContext(Context context)
|
Constructors in org.apache.hadoop.hive.ql.optimizer.physical with parameters of type Context | |
---|---|
PhysicalContext(HiveConf conf,
ParseContext parseContext,
Context context,
List<Task<? extends Serializable>> rootTasks,
Task<? extends Serializable> fetchTask)
|
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)
|
ASTNode |
ParseDriver.parse(String command,
Context ctx)
Parses a command, optionally assigning the parser's token stream to the given context. |
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<TableScanOperator,ExprNodeDesc> opToPartPruner,
HashMap<String,Operator<? extends Serializable>> topOps,
HashMap<String,Operator<? extends Serializable>> topSelOps,
LinkedHashMap<Operator<? extends Serializable>,OpParseContext> opParseCtx,
Map<JoinOperator,QBJoinTree> joinContext,
HashMap<TableScanOperator,Table> topToTable,
List<LoadTableDesc> loadTableWork,
List<LoadFileDesc> loadFileWork,
Context ctx,
HashMap<String,String> idToTableNameMap,
int destTableId,
UnionProcContext uCtx,
List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinOpsNoReducer,
Map<GroupByOperator,Set<String>> groupOpToInputTables,
Map<String,PrunedPartitionList> prunedPartitions,
HashMap<TableScanOperator,FilterDesc.sampleDesc> opToSamplePruner)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |