public interface FetchResultsResponseBody
extends org.apache.flink.runtime.rest.messages.ResponseBody
ResponseBody for executing a statement.| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.JobID |
getJobID() |
String |
getNextResultUri() |
org.apache.flink.table.api.ResultKind |
getResultKind() |
ResultInfo |
getResults() |
org.apache.flink.table.gateway.api.results.ResultSet.ResultType |
getResultType() |
boolean |
isQueryResult() |
ResultInfo getResults()
org.apache.flink.table.gateway.api.results.ResultSet.ResultType getResultType()
boolean isQueryResult()
@Nullable org.apache.flink.api.common.JobID getJobID()
org.apache.flink.table.api.ResultKind getResultKind()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.