Uses of Class
org.apache.hive.service.cli.thrift.TRowSet

Packages that use TRowSet
org.apache.hive.service.cli   
org.apache.hive.service.cli.thrift   
 

Uses of TRowSet in org.apache.hive.service.cli
 

Methods in org.apache.hive.service.cli that return TRowSet
 TRowSet RowSet.toTRowSet()
           
 

Constructors in org.apache.hive.service.cli with parameters of type TRowSet
RowSet(TRowSet tRowSet)
           
 

Uses of TRowSet in org.apache.hive.service.cli.thrift
 

Methods in org.apache.hive.service.cli.thrift that return TRowSet
 TRowSet TRowSet.deepCopy()
           
 TRowSet TFetchResultsResp.getResults()
           
 

Methods in org.apache.hive.service.cli.thrift with parameters of type TRowSet
 int TRowSet.compareTo(TRowSet other)
           
 boolean TRowSet.equals(TRowSet that)
           
 void TFetchResultsResp.setResults(TRowSet results)
           
 

Constructors in org.apache.hive.service.cli.thrift with parameters of type TRowSet
TRowSet(TRowSet other)
          Performs a deep copy on other.
 



Copyright © 2012 The Apache Software Foundation