org.apache.hadoop.hive.ql.exec.persistence
Class MapJoinRowContainer<Row>
java.lang.Object
org.apache.hadoop.hive.ql.exec.persistence.AbstractRowContainer<Row>
org.apache.hadoop.hive.ql.exec.persistence.MapJoinRowContainer<Row>
public class MapJoinRowContainer<Row>
- extends AbstractRowContainer<Row>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapJoinRowContainer
public MapJoinRowContainer()
add
public void add(Row t)
throws HiveException
- Specified by:
add
in class AbstractRowContainer<Row>
- Throws:
HiveException
first
public Row first()
throws HiveException
- Specified by:
first
in class AbstractRowContainer<Row>
- Throws:
HiveException
next
public Row next()
throws HiveException
- Specified by:
next
in class AbstractRowContainer<Row>
- Throws:
HiveException
size
public int size()
- Get the number of elements in the RowContainer.
- Specified by:
size
in class AbstractRowContainer<Row>
- Returns:
- number of elements in the RowContainer
clear
public void clear()
throws HiveException
- Remove all elements in the RowContainer.
- Specified by:
clear
in class AbstractRowContainer<Row>
- Throws:
HiveException
getList
public List<Row> getList()
setList
public void setList(List<Row> list)
reset
public void reset(MapJoinRowContainer<Object[]> other)
throws HiveException
- Throws:
HiveException
Copyright © 2011 The Apache Software Foundation