|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TOperationHandle | |
---|---|
org.apache.hive.jdbc | |
org.apache.hive.service.cli | |
org.apache.hive.service.cli.thrift |
Uses of TOperationHandle in org.apache.hive.jdbc |
---|
Methods in org.apache.hive.jdbc with parameters of type TOperationHandle | |
---|---|
HiveQueryResultSet.Builder |
HiveQueryResultSet.Builder.setStmtHandle(TOperationHandle stmtHandle)
|
Uses of TOperationHandle in org.apache.hive.service.cli |
---|
Methods in org.apache.hive.service.cli that return TOperationHandle | |
---|---|
TOperationHandle |
OperationHandle.toTOperationHandle()
|
Constructors in org.apache.hive.service.cli with parameters of type TOperationHandle | |
---|---|
OperationHandle(TOperationHandle tOperationHandle)
|
Uses of TOperationHandle in org.apache.hive.service.cli.thrift |
---|
Methods in org.apache.hive.service.cli.thrift that return TOperationHandle | |
---|---|
TOperationHandle |
TOperationHandle.deepCopy()
|
TOperationHandle |
TGetTypeInfoResp.getOperationHandle()
|
TOperationHandle |
TGetTablesResp.getOperationHandle()
|
TOperationHandle |
TGetTableTypesResp.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()
|
Methods in org.apache.hive.service.cli.thrift with parameters of type TOperationHandle | |
---|---|
int |
TOperationHandle.compareTo(TOperationHandle other)
|
boolean |
TOperationHandle.equals(TOperationHandle that)
|
void |
TGetTypeInfoResp.setOperationHandle(TOperationHandle operationHandle)
|
void |
TGetTablesResp.setOperationHandle(TOperationHandle operationHandle)
|
void |
TGetTableTypesResp.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)
|
Constructors in org.apache.hive.service.cli.thrift with parameters of type TOperationHandle | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |