Uses of Enum
org.apache.flink.table.gateway.rest.util.RowFormat
Packages that use RowFormat
Package
Description
-
Uses of RowFormat in org.apache.flink.table.gateway.rest.header.statement
Methods in org.apache.flink.table.gateway.rest.header.statement with parameters of type RowFormatModifier and TypeMethodDescriptionstatic StringFetchResultsHeaders.buildNextUri(SqlGatewayRestAPIVersion version, String sessionId, String operationId, Long nextToken, RowFormat rowFormat) -
Uses of RowFormat in org.apache.flink.table.gateway.rest.message.statement
Methods in org.apache.flink.table.gateway.rest.message.statement that return RowFormatModifier and TypeMethodDescriptionFetchResultsRowFormatQueryParameter.convertStringToValue(String value) Methods in org.apache.flink.table.gateway.rest.message.statement with parameters of type RowFormatModifier and TypeMethodDescriptionFetchResultsRowFormatQueryParameter.convertValueToString(RowFormat value) Constructors in org.apache.flink.table.gateway.rest.message.statement with parameters of type RowFormatModifierConstructorDescriptionFetchResultsMessageParameters(org.apache.flink.table.gateway.api.session.SessionHandle sessionHandle, org.apache.flink.table.gateway.api.operation.OperationHandle operationHandle, Long token, RowFormat rowFormat) -
Uses of RowFormat in org.apache.flink.table.gateway.rest.serde
Methods in org.apache.flink.table.gateway.rest.serde that return RowFormatMethods in org.apache.flink.table.gateway.rest.serde with parameters of type RowFormatModifier and TypeMethodDescriptionstatic ResultInfoResultInfo.createResultInfo(org.apache.flink.table.gateway.api.results.ResultSet resultSet, RowFormat rowFormat, RowDataLocalTimeZoneConverter timeZoneConverter) -
Uses of RowFormat in org.apache.flink.table.gateway.rest.util
Methods in org.apache.flink.table.gateway.rest.util that return RowFormat