org.apache.hive.service.cli
Class RowSet

java.lang.Object
  extended by org.apache.hive.service.cli.RowSet

public class RowSet
extends Object

RowSet.


Constructor Summary
RowSet()
           
RowSet(List<Row> rows, long startOffset)
           
RowSet(TRowSet tRowSet)
           
 
Method Summary
 RowSet addRow(Row row)
           
 RowSet addRow(TableSchema schema, Object[] fields)
           
 RowSet extractSubset(int maxRows)
           
 boolean getHasMoreResults()
           
 int getSize()
           
 long getStartOffset()
           
 RowSet setHasMoreResults(boolean hasMoreResults)
           
 RowSet setStartOffset(long startOffset)
           
 TRowSet toTRowSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowSet

public RowSet()

RowSet

public RowSet(TRowSet tRowSet)

RowSet

public RowSet(List<Row> rows,
              long startOffset)
Method Detail

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