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
HiveException
public abstract ROW first() throws HiveException
HiveException
public abstract ROW next() throws HiveException
HiveException
public abstract long size()
public abstract void clear() throws HiveException
HiveException
Copyright © 2012 The Apache Software Foundation