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

IntermediateObject.


Constructor Summary
CommonJoinOperator.IntermediateObject(ArrayList<Object>[] objs, int curSize)
           
 
Method Summary
 int getCurSize()
           
 ArrayList<Object>[] getObjs()
           
 void popObj()
           
 void pushObj(ArrayList<Object> newObj)
           
 Object topObj()
           
 
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> newObj)

popObj

public void popObj()

topObj

public Object topObj()


Copyright © 2011 The Apache Software Foundation