org.apache.hadoop.hive.ql.optimizer
Class MapJoinFactory

java.lang.Object
  extended by org.apache.hadoop.hive.ql.optimizer.MapJoinFactory

public final class MapJoinFactory
extends Object

Operator factory for MapJoin processing.


Method Summary
static int getPositionParent(AbstractMapJoinOperator<? extends MapJoinDesc> op, Stack<Node> stack)
           
static NodeProcessor getTableScanMapJoin()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPositionParent

public static int getPositionParent(AbstractMapJoinOperator<? extends MapJoinDesc> op,
                                    Stack<Node> stack)

getTableScanMapJoin

public static NodeProcessor getTableScanMapJoin()


Copyright © 2014 The Apache Software Foundation. All rights reserved.