|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hive.ql.optimizer.MapJoinFactory
public final class MapJoinFactory
Operator factory for MapJoin processing.
Nested Class Summary | |
---|---|
static class |
MapJoinFactory.MapJoin
MapJoin followed by Select. |
static class |
MapJoinFactory.MapJoinMapJoin
MapJoin followed by MapJoin. |
static class |
MapJoinFactory.ReduceSinkMapJoin
ReduceSink followed by MapJoin. |
static class |
MapJoinFactory.TableScanMapJoin
TableScan followed by MapJoin. |
static class |
MapJoinFactory.UnionMapJoin
Union followed by MapJoin. |
Method Summary | |
---|---|
static NodeProcessor |
getMapJoin()
|
static NodeProcessor |
getMapJoinMapJoin()
|
static int |
getPositionParent(AbstractMapJoinOperator<? extends MapJoinDesc> op,
Stack<Node> stack)
|
static NodeProcessor |
getReduceSinkMapJoin()
|
static NodeProcessor |
getTableScanMapJoin()
|
static NodeProcessor |
getUnionMapJoin()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static int getPositionParent(AbstractMapJoinOperator<? extends MapJoinDesc> op, Stack<Node> stack)
public static NodeProcessor getTableScanMapJoin()
public static NodeProcessor getUnionMapJoin()
public static NodeProcessor getReduceSinkMapJoin()
public static NodeProcessor getMapJoin()
public static NodeProcessor getMapJoinMapJoin()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |