|
||||||||||
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.optimizer.index | |
org.apache.hadoop.hive.ql.parse | |
org.apache.hadoop.hive.ql.plan | |
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()
|
Method parameters in org.apache.hadoop.hive.ql.optimizer with type arguments of type OpParseContext | |
---|---|
static MapJoinOperator |
MapJoinProcessor.convertMapJoin(LinkedHashMap<Operator<? extends Serializable>,OpParseContext> opParseCtxMap,
JoinOperator op,
QBJoinTree joinTree,
int mapJoinPos,
boolean noCheckOuterJoin)
convert a regular join to a a map-side join. |
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.optimizer.index |
---|
Methods in org.apache.hadoop.hive.ql.optimizer.index that return types with arguments of type OpParseContext | |
---|---|
Map<Operator<? extends Serializable>,OpParseContext> |
RewriteQueryUsingAggregateIndexCtx.getOpc()
|
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)
|
Uses of OpParseContext in org.apache.hadoop.hive.ql.plan |
---|
Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type OpParseContext | |
---|---|
LinkedHashMap<Operator<? extends Serializable>,OpParseContext> |
MapredWork.getOpParseCtxMap()
|
Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type OpParseContext | |
---|---|
void |
MapredWork.setOpParseCtxMap(LinkedHashMap<Operator<? extends Serializable>,OpParseContext> opParseCtxMap)
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |