| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static FetchOrientation |
FetchOrientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FetchOrientation[] |
FetchOrientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.