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
HiveException
void addRow(ROW t) throws HiveException
t
- rowHiveException
boolean hasRows() throws HiveException
HiveException
boolean isSingleRow() throws HiveException
HiveException
int rowCount() throws HiveException
HiveException
void clearRows() throws HiveException
HiveException
Copyright © 2017 The Apache Software Foundation. All rights reserved.