| Package | Description |
|---|---|
| org.apache.flink.table.gateway.api | |
| org.apache.flink.table.gateway.api.results |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
OperationHandle |
SqlGatewayService.submitOperation(SessionHandle sessionHandle,
Callable<ResultSet> executor)
Submit an operation and execute.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResultSetImpl
An implementation of
ResultSet. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.