org.apache.hadoop.hive.ql.exec
Class JoinOperator.IntermediateObject
java.lang.Object
org.apache.hadoop.hive.ql.exec.JoinOperator.IntermediateObject
- Enclosing class:
- JoinOperator
public static class JoinOperator.IntermediateObject
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JoinOperator.IntermediateObject
public JoinOperator.IntermediateObject(ArrayList<Object>[] objs,
int curSize)
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