org.apache.hadoop.hive.ql.exec
Class CommonJoinOperator.IntermediateObject

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.CommonJoinOperator.IntermediateObject
Enclosing class:
CommonJoinOperator<T extends joinDesc>

public static class CommonJoinOperator.IntermediateObject
extends Object


Constructor Summary
CommonJoinOperator.IntermediateObject(ArrayList<Object>[] objs, int curSize)
           
 
Method Summary
 int getCurSize()
           
 ArrayList<Object>[] getObjs()
           
 void popObj()
           
 void pushObj(ArrayList<Object> obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonJoinOperator.IntermediateObject

public CommonJoinOperator.IntermediateObject(ArrayList<Object>[] objs,
                                             int curSize)
Method Detail

getObjs

public ArrayList<Object>[] getObjs()

getCurSize

public int getCurSize()

pushObj

public void pushObj(ArrayList<Object> obj)

popObj

public void popObj()


Copyright © 2009 The Apache Software Foundation