| Constructor and Description |
|---|
ColumnBasedSet(TableSchema schema) |
ColumnBasedSet(TRowSet tRowSet) |
| Modifier and Type | Method and Description |
|---|---|
ColumnBasedSet |
addRow(Object[] fields) |
ColumnBasedSet |
extractSubset(int maxRows) |
Object[] |
fill(int index,
Object[] convey) |
List<Column> |
getColumns() |
long |
getStartOffset() |
Iterator<Object[]> |
iterator() |
int |
numColumns() |
int |
numRows() |
void |
setStartOffset(long startOffset) |
TRowSet |
toTRowSet() |
public ColumnBasedSet(TableSchema schema)
public ColumnBasedSet(TRowSet tRowSet)
public ColumnBasedSet addRow(Object[] fields)
public int numColumns()
numColumns in interface RowSetpublic ColumnBasedSet extractSubset(int maxRows)
extractSubset in interface RowSetpublic long getStartOffset()
getStartOffset in interface RowSetpublic void setStartOffset(long startOffset)
setStartOffset in interface RowSetCopyright © 2017 The Apache Software Foundation. All rights reserved.