Package | Description |
---|---|
org.apache.hive.jdbc | |
org.apache.hive.service.cli | |
org.apache.hive.service.cli.thrift |
Modifier and Type | Method and Description |
---|---|
HiveQueryResultSet.Builder |
HiveQueryResultSet.Builder.setStmtHandle(TOperationHandle stmtHandle) |
Modifier and Type | Method and Description |
---|---|
TOperationHandle |
OperationHandle.toTOperationHandle() |
Constructor and Description |
---|
OperationHandle(TOperationHandle tOperationHandle) |
OperationHandle(TOperationHandle tOperationHandle,
TProtocolVersion protocol) |
Modifier and Type | Method and Description |
---|---|
TOperationHandle |
TOperationHandle.deepCopy() |
TOperationHandle |
TGetTypeInfoResp.getOperationHandle() |
TOperationHandle |
TGetTableTypesResp.getOperationHandle() |
TOperationHandle |
TGetTablesResp.getOperationHandle() |
TOperationHandle |
TGetSchemasResp.getOperationHandle() |
TOperationHandle |
TGetResultSetMetadataReq.getOperationHandle() |
TOperationHandle |
TGetOperationStatusReq.getOperationHandle() |
TOperationHandle |
TGetFunctionsResp.getOperationHandle() |
TOperationHandle |
TGetColumnsResp.getOperationHandle() |
TOperationHandle |
TGetCatalogsResp.getOperationHandle() |
TOperationHandle |
TFetchResultsReq.getOperationHandle() |
TOperationHandle |
TExecuteStatementResp.getOperationHandle() |
TOperationHandle |
TCloseOperationReq.getOperationHandle() |
TOperationHandle |
TCancelOperationReq.getOperationHandle() |
Modifier and Type | Method and Description |
---|---|
int |
TOperationHandle.compareTo(TOperationHandle other) |
boolean |
TOperationHandle.equals(TOperationHandle that) |
void |
TGetTypeInfoResp.setOperationHandle(TOperationHandle operationHandle) |
void |
TGetTableTypesResp.setOperationHandle(TOperationHandle operationHandle) |
void |
TGetTablesResp.setOperationHandle(TOperationHandle operationHandle) |
void |
TGetSchemasResp.setOperationHandle(TOperationHandle operationHandle) |
void |
TGetResultSetMetadataReq.setOperationHandle(TOperationHandle operationHandle) |
void |
TGetOperationStatusReq.setOperationHandle(TOperationHandle operationHandle) |
void |
TGetFunctionsResp.setOperationHandle(TOperationHandle operationHandle) |
void |
TGetColumnsResp.setOperationHandle(TOperationHandle operationHandle) |
void |
TGetCatalogsResp.setOperationHandle(TOperationHandle operationHandle) |
void |
TFetchResultsReq.setOperationHandle(TOperationHandle operationHandle) |
void |
TExecuteStatementResp.setOperationHandle(TOperationHandle operationHandle) |
void |
TCloseOperationReq.setOperationHandle(TOperationHandle operationHandle) |
void |
TCancelOperationReq.setOperationHandle(TOperationHandle operationHandle) |
Constructor and Description |
---|
TCancelOperationReq(TOperationHandle operationHandle) |
TCloseOperationReq(TOperationHandle operationHandle) |
TFetchResultsReq(TOperationHandle operationHandle,
TFetchOrientation orientation,
long maxRows) |
TGetOperationStatusReq(TOperationHandle operationHandle) |
TGetResultSetMetadataReq(TOperationHandle operationHandle) |
TOperationHandle(TOperationHandle other)
Performs a deep copy on other.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.