Uses of Class
org.apache.flink.table.gateway.rest.util.RowFormat
-
-
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 RowFormat Modifier and Type Method Description static 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 RowFormat Modifier and Type Method Description RowFormatFetchResultsRowFormatQueryParameter. convertStringToValue(String value)Methods in org.apache.flink.table.gateway.rest.message.statement with parameters of type RowFormat Modifier and Type Method Description StringFetchResultsRowFormatQueryParameter. convertValueToString(RowFormat value)Constructors in org.apache.flink.table.gateway.rest.message.statement with parameters of type RowFormat Constructor Description FetchResultsMessageParameters(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 RowFormat Modifier and Type Method Description RowFormatResultInfo. getRowFormat()Get the row format about the data.Methods in org.apache.flink.table.gateway.rest.serde with parameters of type RowFormat Modifier and Type Method Description static ResultInfoResultInfo. createResultInfo(org.apache.flink.table.gateway.api.results.ResultSet resultSet, RowFormat rowFormat) -
Uses of RowFormat in org.apache.flink.table.gateway.rest.util
Methods in org.apache.flink.table.gateway.rest.util that return RowFormat Modifier and Type Method Description static RowFormatRowFormat. 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.
-