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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.JoinOperator.IntermediateObject
Enclosing class:
JoinOperator

public static class JoinOperator.IntermediateObject
extends Object


Constructor Summary
JoinOperator.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

JoinOperator.IntermediateObject

public JoinOperator.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