Class FetchResultsRowFormatQueryParameter

java.lang.Object
org.apache.flink.runtime.rest.messages.MessageParameter<List<X>>
org.apache.flink.runtime.rest.messages.MessageQueryParameter<RowFormat>
org.apache.flink.table.gateway.rest.message.statement.FetchResultsRowFormatQueryParameter

public class FetchResultsRowFormatQueryParameter extends org.apache.flink.runtime.rest.messages.MessageQueryParameter<RowFormat>
A MessageQueryParameter that parses the 'rowFormat' query parameter for fetching results.
  • Field Details

  • Constructor Details

    • FetchResultsRowFormatQueryParameter

      public FetchResultsRowFormatQueryParameter()
  • Method Details

    • convertStringToValue

      public RowFormat convertStringToValue(String value)
      Specified by:
      convertStringToValue in class org.apache.flink.runtime.rest.messages.MessageQueryParameter<RowFormat>
    • convertValueToString

      public String convertValueToString(RowFormat value)
      Specified by:
      convertValueToString in class org.apache.flink.runtime.rest.messages.MessageQueryParameter<RowFormat>
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in class org.apache.flink.runtime.rest.messages.MessageParameter<List<RowFormat>>