public interface RowSet extends Iterable<Object[]>
| Modifier and Type | Method and Description |
|---|---|
RowSet |
addRow(Object[] fields) |
RowSet |
extractSubset(int maxRows) |
long |
getStartOffset() |
int |
numColumns() |
int |
numRows() |
void |
setStartOffset(long startOffset) |
org.apache.hive.service.rpc.thrift.TRowSet |
toTRowSet() |
forEach, iterator, spliteratorRowSet extractSubset(int maxRows)
int numColumns()
int numRows()
long getStartOffset()
void setStartOffset(long startOffset)
org.apache.hive.service.rpc.thrift.TRowSet toTRowSet()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.