public class NotReadyResult extends Object implements org.apache.flink.table.gateway.api.results.ResultSet
| Modifier and Type | Field and Description |
|---|---|
static NotReadyResult |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.flink.table.data.RowData> |
getData() |
org.apache.flink.api.common.JobID |
getJobID() |
Long |
getNextToken() |
org.apache.flink.table.api.ResultKind |
getResultKind() |
org.apache.flink.table.catalog.ResolvedSchema |
getResultSchema() |
org.apache.flink.table.gateway.api.results.ResultSet.ResultType |
getResultType() |
boolean |
isQueryResult() |
public static final NotReadyResult INSTANCE
public org.apache.flink.table.gateway.api.results.ResultSet.ResultType getResultType()
getResultType in interface org.apache.flink.table.gateway.api.results.ResultSetpublic Long getNextToken()
getNextToken in interface org.apache.flink.table.gateway.api.results.ResultSetpublic org.apache.flink.table.catalog.ResolvedSchema getResultSchema()
getResultSchema in interface org.apache.flink.table.gateway.api.results.ResultSetpublic List<org.apache.flink.table.data.RowData> getData()
getData in interface org.apache.flink.table.gateway.api.results.ResultSetpublic boolean isQueryResult()
isQueryResult in interface org.apache.flink.table.gateway.api.results.ResultSetpublic org.apache.flink.api.common.JobID getJobID()
getJobID in interface org.apache.flink.table.gateway.api.results.ResultSetpublic org.apache.flink.table.api.ResultKind getResultKind()
getResultKind in interface org.apache.flink.table.gateway.api.results.ResultSetCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.