public class RowSet
extends java.lang.Object
Constructor and Description |
---|
RowSet() |
RowSet(java.util.List<Row> rows,
long startOffset) |
RowSet(TRowSet tRowSet) |
Modifier and Type | Method and Description |
---|---|
RowSet |
addRow(Row row) |
RowSet |
addRow(TableSchema schema,
java.lang.Object[] fields) |
RowSet |
extractSubset(int maxRows) |
boolean |
getHasMoreResults() |
int |
getSize() |
long |
getStartOffset() |
RowSet |
setHasMoreResults(boolean hasMoreResults) |
RowSet |
setStartOffset(long startOffset) |
TRowSet |
toTRowSet() |
public RowSet()
public RowSet(TRowSet tRowSet)
public RowSet(java.util.List<Row> rows, long startOffset)
public RowSet addRow(TableSchema schema, java.lang.Object[] fields)
public RowSet extractSubset(int maxRows)
public long getStartOffset()
public RowSet setStartOffset(long startOffset)
public boolean getHasMoreResults()
public RowSet setHasMoreResults(boolean hasMoreResults)
public int getSize()
public TRowSet toTRowSet()
Copyright © 2012 The Apache Software Foundation