|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpParseContext | |
---|---|
org.apache.hadoop.hive.ql.exec | Hive QL execution tasks, operators, functions and other handlers. |
org.apache.hadoop.hive.ql.optimizer | |
org.apache.hadoop.hive.ql.parse | |
org.apache.hadoop.hive.ql.ppd |
Uses of OpParseContext in org.apache.hadoop.hive.ql.exec |
---|
Method parameters in org.apache.hadoop.hive.ql.exec with type arguments of type OpParseContext | |
---|---|
List<String> |
GroupByOperator.genColLists(HashMap<Operator<? extends Serializable>,OpParseContext> opParseCtx)
|
Uses of OpParseContext in org.apache.hadoop.hive.ql.optimizer |
---|
Methods in org.apache.hadoop.hive.ql.optimizer that return types with arguments of type OpParseContext | |
---|---|
HashMap<Operator<? extends Serializable>,OpParseContext> |
ColumnPrunerProcCtx.getOpToParseCtxMap()
|
Constructor parameters in org.apache.hadoop.hive.ql.optimizer with type arguments of type OpParseContext | |
---|---|
ColumnPrunerProcCtx(HashMap<Operator<? extends Serializable>,OpParseContext> opToParseContextMap)
|
Uses of OpParseContext in org.apache.hadoop.hive.ql.parse |
---|
Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type OpParseContext | |
---|---|
LinkedHashMap<Operator<? extends Serializable>,OpParseContext> |
ParseContext.getOpParseCtx()
|
Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type OpParseContext | |
---|---|
void |
ParseContext.setOpParseCtx(LinkedHashMap<Operator<? extends Serializable>,OpParseContext> opParseCtx)
|
Constructor parameters in org.apache.hadoop.hive.ql.parse with type arguments of type OpParseContext | |
---|---|
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)
|
Uses of OpParseContext in org.apache.hadoop.hive.ql.ppd |
---|
Methods in org.apache.hadoop.hive.ql.ppd that return OpParseContext | |
---|---|
OpParseContext |
OpWalkerInfo.put(Operator<? extends Serializable> key,
OpParseContext value)
|
Methods in org.apache.hadoop.hive.ql.ppd with parameters of type OpParseContext | |
---|---|
OpParseContext |
OpWalkerInfo.put(Operator<? extends Serializable> key,
OpParseContext value)
|
Constructor parameters in org.apache.hadoop.hive.ql.ppd with type arguments of type OpParseContext | |
---|---|
OpWalkerInfo(HashMap<Operator<? extends Serializable>,OpParseContext> opToParseCtxMap)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |