| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.gateway.api | |
| org.apache.flink.table.gateway.api.results |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
OperationHandle |
SqlGatewayService.submitOperation(SessionHandle sessionHandle,
Callable<ResultSet> executor)
Submit an operation and execute.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static ResultSet |
ResultSet.NOT_READY_RESULTS |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.