| Modifier and Type | Method and Description |
|---|---|
static String |
FetchResultsHeaders.buildNextUri(SqlGatewayRestAPIVersion version,
String sessionId,
String operationId,
Long nextToken,
RowFormat rowFormat) |
| Modifier and Type | Method and Description |
|---|---|
RowFormat |
FetchResultsRowFormatQueryParameter.convertStringToValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
FetchResultsRowFormatQueryParameter.convertValueToString(RowFormat value) |
| Constructor and Description |
|---|
FetchResultsMessageParameters(org.apache.flink.table.gateway.api.session.SessionHandle sessionHandle,
org.apache.flink.table.gateway.api.operation.OperationHandle operationHandle,
Long token,
RowFormat rowFormat) |
| Modifier and Type | Method and Description |
|---|---|
RowFormat |
ResultInfo.getRowFormat()
Get the row format about the data.
|
| Modifier and Type | Method and Description |
|---|---|
static ResultInfo |
ResultInfo.createResultInfo(org.apache.flink.table.gateway.api.results.ResultSet resultSet,
RowFormat rowFormat) |
| Modifier and Type | Method and Description |
|---|---|
static RowFormat |
RowFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RowFormat[] |
RowFormat.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.