org.apache.hadoop.hive.ql.optimizer
Class GenMRProcContext.GenMRMapJoinCtx

java.lang.Object
  extended by org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMRMapJoinCtx
Enclosing class:
GenMRProcContext

public static class GenMRProcContext.GenMRMapJoinCtx
extends Object


Constructor Summary
GenMRProcContext.GenMRMapJoinCtx()
           
GenMRProcContext.GenMRMapJoinCtx(String taskTmpDir, tableDesc tt_desc, Operator<? extends Serializable> rootMapJoinOp, MapJoinOperator oldMapJoin)
           
 
Method Summary
 MapJoinOperator getOldMapJoin()
           
 Operator<? extends Serializable> getRootMapJoinOp()
           
 String getTaskTmpDir()
           
 tableDesc getTTDesc()
           
 void setOldMapJoin(MapJoinOperator oldMapJoin)
           
 void setRootMapJoinOp(Operator<? extends Serializable> rootMapJoinOp)
           
 void setTaskTmpDir(String taskTmpDir)
           
 void setTTDesc(tableDesc tt_desc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenMRProcContext.GenMRMapJoinCtx

public GenMRProcContext.GenMRMapJoinCtx()

GenMRProcContext.GenMRMapJoinCtx

public GenMRProcContext.GenMRMapJoinCtx(String taskTmpDir,
                                        tableDesc tt_desc,
                                        Operator<? extends Serializable> rootMapJoinOp,
                                        MapJoinOperator oldMapJoin)
Parameters:
taskTmpDir -
tt_desc -
rootMapJoinOp -
oldMapJoin -
Method Detail

setTaskTmpDir

public void setTaskTmpDir(String taskTmpDir)

getTaskTmpDir

public String getTaskTmpDir()

setTTDesc

public void setTTDesc(tableDesc tt_desc)

getTTDesc

public tableDesc getTTDesc()

getRootMapJoinOp

public Operator<? extends Serializable> getRootMapJoinOp()
Returns:
the childSelect

setRootMapJoinOp

public void setRootMapJoinOp(Operator<? extends Serializable> rootMapJoinOp)
Parameters:
rootMapJoinOp - the rootMapJoinOp to set

getOldMapJoin

public MapJoinOperator getOldMapJoin()
Returns:
the oldMapJoin

setOldMapJoin

public void setOldMapJoin(MapJoinOperator oldMapJoin)
Parameters:
oldMapJoin - the oldMapJoin to set


Copyright © 2009 The Apache Software Foundation