| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.gateway.api | |
| org.apache.flink.table.gateway.api.operation |
| 限定符和类型 | 方法和说明 |
|---|---|
OperationHandle |
SqlGatewayService.executeStatement(SessionHandle sessionHandle,
String statement,
long executionTimeoutMs,
org.apache.flink.configuration.Configuration executionConfig)
Execute the submitted statement.
|
OperationHandle |
SqlGatewayService.submitOperation(SessionHandle sessionHandle,
Callable<ResultSet> executor)
Submit an operation and execute.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SqlGatewayService.cancelOperation(SessionHandle sessionHandle,
OperationHandle operationHandle)
Cancel the operation when it is not in terminal status.
|
void |
SqlGatewayService.closeOperation(SessionHandle sessionHandle,
OperationHandle operationHandle)
Close the operation and release all used resource by the operation.
|
ResultSet |
SqlGatewayService.fetchResults(SessionHandle sessionHandle,
OperationHandle operationHandle,
FetchOrientation orientation,
int maxRows)
Fetch the results from the operation.
|
ResultSet |
SqlGatewayService.fetchResults(SessionHandle sessionHandle,
OperationHandle operationHandle,
long token,
int maxRows)
Fetch the results from the operation.
|
OperationInfo |
SqlGatewayService.getOperationInfo(SessionHandle sessionHandle,
OperationHandle operationHandle)
Get the
OperationInfo of the operation. |
org.apache.flink.table.catalog.ResolvedSchema |
SqlGatewayService.getOperationResultSchema(SessionHandle sessionHandle,
OperationHandle operationHandle)
Get the result schema for the specified Operation.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static OperationHandle |
OperationHandle.create() |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.