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