| Package | Description |
|---|---|
| org.apache.flink.table.gateway.rest.message.statement | |
| org.apache.flink.table.gateway.rest.serde |
| Modifier and Type | Method and Description |
|---|---|
ResultInfo |
FetchResultResponseBodyImpl.getResults() |
ResultInfo |
FetchResultsResponseBody.getResults() |
ResultInfo |
NotReadyFetchResultResponse.getResults() |
| Constructor and Description |
|---|
FetchResultResponseBodyImpl(org.apache.flink.table.gateway.api.results.ResultSet.ResultType resultType,
boolean isQueryResult,
org.apache.flink.api.common.JobID jobID,
org.apache.flink.table.api.ResultKind resultKind,
ResultInfo results,
String nextResultUri) |
| Modifier and Type | Method and Description |
|---|---|
static ResultInfo |
ResultInfo.createResultInfo(org.apache.flink.table.gateway.api.results.ResultSet resultSet,
RowFormat rowFormat) |
ResultInfo |
ResultInfoDeserializer.deserialize(org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonParser jsonParser,
org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.DeserializationContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultInfoSerializer.serialize(ResultInfo resultInfo,
org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.