Package | Description |
---|---|
org.apache.hive.service.cli | |
org.apache.hive.service.cli.operation | |
org.apache.hive.service.cli.session | |
org.apache.hive.service.cli.thrift |
Modifier and Type | Class and Description |
---|---|
class |
ColumnBasedSet
ColumnBasedSet.
|
class |
RowBasedSet
RowBasedSet
|
Modifier and Type | Method and Description |
---|---|
RowSet |
RowSet.addRow(Object[] fields) |
static RowSet |
RowSetFactory.create(TableSchema schema,
TProtocolVersion version) |
static RowSet |
RowSetFactory.create(TRowSet results,
TProtocolVersion version) |
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,
FetchType fetchType) |
RowSet |
EmbeddedCLIServiceClient.fetchResults(OperationHandle opHandle,
FetchOrientation orientation,
long maxRows,
FetchType fetchType) |
RowSet |
CLIService.fetchResults(OperationHandle opHandle,
FetchOrientation orientation,
long maxRows,
FetchType fetchType) |
Modifier and Type | Method and Description |
---|---|
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.getOperationLogRowSet(OperationHandle opHandle,
FetchOrientation orientation,
long maxRows) |
RowSet |
OperationManager.getOperationNextRowSet(OperationHandle opHandle) |
RowSet |
OperationManager.getOperationNextRowSet(OperationHandle opHandle,
FetchOrientation orientation,
long maxRows) |
Modifier and Type | Method and Description |
---|---|
RowSet |
HiveSessionImpl.fetchResults(OperationHandle opHandle,
FetchOrientation orientation,
long maxRows,
FetchType fetchType) |
RowSet |
HiveSession.fetchResults(OperationHandle opHandle,
FetchOrientation orientation,
long maxRows,
FetchType fetchType) |
Modifier and Type | Method and Description |
---|---|
RowSet |
ThriftCLIServiceClient.fetchResults(OperationHandle opHandle) |
RowSet |
ThriftCLIServiceClient.fetchResults(OperationHandle opHandle,
FetchOrientation orientation,
long maxRows,
FetchType fetchType) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.