org.apache.hive.service.cli
Class RowSet
java.lang.Object
org.apache.hive.service.cli.RowSet
public class RowSet
- extends Object
RowSet.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RowSet
public RowSet()
RowSet
public RowSet(TRowSet tRowSet)
RowSet
public RowSet(List<Row> rows,
long startOffset)
addRow
public RowSet addRow(Row row)
addRow
public RowSet addRow(TableSchema schema,
Object[] fields)
extractSubset
public RowSet extractSubset(int maxRows)
getStartOffset
public long getStartOffset()
setStartOffset
public RowSet setStartOffset(long startOffset)
getHasMoreResults
public boolean getHasMoreResults()
setHasMoreResults
public RowSet setHasMoreResults(boolean hasMoreResults)
getSize
public int getSize()
toTRowSet
public TRowSet toTRowSet()
Copyright © 2013 The Apache Software Foundation