|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QBJoinTree | |
---|---|
org.apache.hadoop.hive.ql.optimizer | |
org.apache.hadoop.hive.ql.parse | |
org.apache.hadoop.hive.ql.plan |
Uses of QBJoinTree in org.apache.hadoop.hive.ql.optimizer |
---|
Methods in org.apache.hadoop.hive.ql.optimizer with parameters of type QBJoinTree | |
---|---|
static MapJoinOperator |
MapJoinProcessor.convertMapJoin(LinkedHashMap<Operator<? extends OperatorDesc>,OpParseContext> opParseCtxMap,
JoinOperator op,
QBJoinTree joinTree,
int mapJoinPos,
boolean noCheckOuterJoin)
convert a regular join to a a map-side join. |
MapJoinOperator |
MapJoinProcessor.generateMapJoinOperator(ParseContext pctx,
JoinOperator op,
QBJoinTree joinTree,
int mapJoinPos)
|
Uses of QBJoinTree in org.apache.hadoop.hive.ql.parse |
---|
Methods in org.apache.hadoop.hive.ql.parse that return QBJoinTree | |
---|---|
QBJoinTree |
QBJoinTree.getJoinSrc()
|
QBJoinTree |
QB.getQbJoinTree()
|
Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type QBJoinTree | |
---|---|
Map<JoinOperator,QBJoinTree> |
ParseContext.getJoinContext()
|
Map<MapJoinOperator,QBJoinTree> |
ParseContext.getMapJoinContext()
|
Methods in org.apache.hadoop.hive.ql.parse with parameters of type QBJoinTree | |
---|---|
void |
QBJoinTree.mergeRHSSemijoin(QBJoinTree src)
Merge the rhs tables from another join tree. |
void |
QBJoinTree.setJoinSrc(QBJoinTree joinSrc)
|
void |
QB.setQbJoinTree(QBJoinTree qbjoin)
|
Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type QBJoinTree | |
---|---|
void |
ParseContext.setJoinContext(Map<JoinOperator,QBJoinTree> joinContext)
|
void |
ParseContext.setMapJoinContext(Map<MapJoinOperator,QBJoinTree> mapJoinContext)
|
Uses of QBJoinTree in org.apache.hadoop.hive.ql.plan |
---|
Methods in org.apache.hadoop.hive.ql.plan that return QBJoinTree | |
---|---|
QBJoinTree |
MapredWork.getJoinTree()
|
Methods in org.apache.hadoop.hive.ql.plan with parameters of type QBJoinTree | |
---|---|
void |
MapredWork.setJoinTree(QBJoinTree joinTree)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |