public abstract class AbstractRowContainer<ROW>
extends java.lang.Object
| Constructor and Description |
|---|
AbstractRowContainer() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
add(ROW t) |
abstract void |
clear()
Remove all elements in the RowContainer.
|
abstract ROW |
first() |
abstract ROW |
next() |
abstract long |
size()
Get the number of elements in the RowContainer.
|
public abstract void add(ROW t) throws HiveException
HiveExceptionpublic abstract ROW first() throws HiveException
HiveExceptionpublic abstract ROW next() throws HiveException
HiveExceptionpublic abstract long size()
public abstract void clear()
throws HiveException
HiveExceptionCopyright © 2012 The Apache Software Foundation