org.apache.hadoop.hive.ql.exec.persistence
Class MapJoinRowContainer<Row>

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.persistence.AbstractRowContainer<Row>
      extended by org.apache.hadoop.hive.ql.exec.persistence.MapJoinRowContainer<Row>

public class MapJoinRowContainer<Row>
extends AbstractRowContainer<Row>


Constructor Summary
MapJoinRowContainer()
           
 
Method Summary
 void add(Row t)
           
 void clear()
          Remove all elements in the RowContainer.
 Row first()
           
 List<Row> getList()
           
 Row next()
           
 void reset(MapJoinRowContainer<Object[]> other)
           
 void setList(List<Row> list)
           
 int size()
          Get the number of elements in the RowContainer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapJoinRowContainer

public MapJoinRowContainer()
Method Detail

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