public interface AbstractRowContainer<ROW>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AbstractRowContainer.RowIterator<ROW> |
| Modifier and Type | Method and Description |
|---|---|
void |
addRow(ROW t)
add a row into the RowContainer
|
void |
clearRows()
Remove all elements in the RowContainer.
|
boolean |
hasRows() |
boolean |
isSingleRow() |
int |
rowCount() |
AbstractRowContainer.RowIterator<ROW> |
rowIter() |
AbstractRowContainer.RowIterator<ROW> rowIter() throws HiveException
HiveExceptionvoid addRow(ROW t) throws HiveException
t - rowHiveExceptionboolean hasRows()
throws HiveException
HiveExceptionboolean isSingleRow()
throws HiveException
HiveExceptionint rowCount()
throws HiveException
HiveExceptionvoid clearRows()
throws HiveException
HiveExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.