Class NotReadyResult

java.lang.Object
org.apache.flink.table.gateway.service.result.NotReadyResult
All Implemented Interfaces:
org.apache.flink.table.gateway.api.results.ResultSet

public class NotReadyResult extends Object implements org.apache.flink.table.gateway.api.results.ResultSet
To represent that the execution result is not ready to fetch.
  • Field Details

  • Method Details

    • getResultType

      public org.apache.flink.table.gateway.api.results.ResultSet.ResultType getResultType()
      Specified by:
      getResultType in interface org.apache.flink.table.gateway.api.results.ResultSet
    • getNextToken

      public Long getNextToken()
      Specified by:
      getNextToken in interface org.apache.flink.table.gateway.api.results.ResultSet
    • getResultSchema

      public org.apache.flink.table.catalog.ResolvedSchema getResultSchema()
      Specified by:
      getResultSchema in interface org.apache.flink.table.gateway.api.results.ResultSet
    • getData

      public List<org.apache.flink.table.data.RowData> getData()
      Specified by:
      getData in interface org.apache.flink.table.gateway.api.results.ResultSet
    • isQueryResult

      public boolean isQueryResult()
      Specified by:
      isQueryResult in interface org.apache.flink.table.gateway.api.results.ResultSet
    • getJobID

      public org.apache.flink.api.common.JobID getJobID()
      Specified by:
      getJobID in interface org.apache.flink.table.gateway.api.results.ResultSet
    • getResultKind

      public org.apache.flink.table.api.ResultKind getResultKind()
      Specified by:
      getResultKind in interface org.apache.flink.table.gateway.api.results.ResultSet