Interface FetchResultsResponseBody

All Superinterfaces:
org.apache.flink.runtime.rest.messages.ResponseBody
All Known Implementing Classes:
FetchResultResponseBodyImpl, NotReadyFetchResultResponse

public interface FetchResultsResponseBody extends org.apache.flink.runtime.rest.messages.ResponseBody
ResponseBody for executing a statement.
  • Method Details

    • getResults

      ResultInfo getResults()
    • getResultType

      org.apache.flink.table.gateway.api.results.ResultSet.ResultType getResultType()
    • getNextResultUri

      @Nullable String getNextResultUri()
    • isQueryResult

      boolean isQueryResult()
    • getJobID

      @Nullable org.apache.flink.api.common.JobID getJobID()
    • getResultKind

      org.apache.flink.table.api.ResultKind getResultKind()