Uses of Class
org.apache.hive.service.cli.RowSet

Packages that use RowSet
org.apache.hive.service.cli   
org.apache.hive.service.cli.operation   
org.apache.hive.service.cli.thrift   
 

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

Methods in org.apache.hive.service.cli that return RowSet
 RowSet RowSet.addRow(Row row)
           
 RowSet RowSet.addRow(TableSchema schema, Object[] fields)
           
 RowSet RowSet.extractSubset(int maxRows)
           
 RowSet ICLIService.fetchResults(OperationHandle opHandle)
           
 RowSet CLIServiceClient.fetchResults(OperationHandle opHandle)
           
 RowSet CLIService.fetchResults(OperationHandle opHandle)
           
 RowSet ICLIService.fetchResults(OperationHandle opHandle, FetchOrientation orientation, long maxRows)
           
 RowSet EmbeddedCLIServiceClient.fetchResults(OperationHandle opHandle, FetchOrientation orientation, long maxRows)
           
abstract  RowSet CLIServiceClient.fetchResults(OperationHandle opHandle, FetchOrientation orientation, long maxRows)
           
 RowSet CLIService.fetchResults(OperationHandle opHandle, FetchOrientation orientation, long maxRows)
           
 RowSet RowSet.setHasMoreResults(boolean hasMoreResults)
           
 RowSet RowSet.setStartOffset(long startOffset)
           
 

Uses of RowSet in org.apache.hive.service.cli.operation
 

Methods in org.apache.hive.service.cli.operation that return RowSet
 RowSet Operation.getNextRowSet()
           
 RowSet SQLOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
abstract  RowSet Operation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet HiveCommandOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet GetTypeInfoOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet GetTableTypesOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet GetTablesOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet GetSchemasOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet GetFunctionsOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet GetColumnsOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet GetCatalogsOperation.getNextRowSet(FetchOrientation orientation, long maxRows)
           
 RowSet OperationManager.getOperationNextRowSet(OperationHandle opHandle)
           
 RowSet OperationManager.getOperationNextRowSet(OperationHandle opHandle, FetchOrientation orientation, long maxRows)
           
 

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

Methods in org.apache.hive.service.cli.thrift that return RowSet
 RowSet ThriftCLIServiceClient.fetchResults(OperationHandle opHandle)
           
 RowSet ThriftCLIServiceClient.fetchResults(OperationHandle opHandle, FetchOrientation orientation, long maxRows)
           
 



Copyright © 2013 The Apache Software Foundation