Package org.apache.flink.table.gateway.rest.message.statement
-
Interface Summary Interface Description FetchResultsResponseBody ResponseBody
for executing a statement. -
Class Summary Class Description CompleteStatementRequestBody RequestBody
for completing a statement.CompleteStatementResponseBody ResponseBody
for completing a statement.ExecuteStatementRequestBody RequestBody
for executing a statement.ExecuteStatementResponseBody ResponseBody
for executing a statement.FetchResultResponseBodyImpl The implementation of theFetchResultsResponseBody
with ready results.FetchResultsMessageParameters MessageParameters
for fetching results.FetchResultsRowFormatQueryParameter AMessageQueryParameter
that parses the 'rowFormat' query parameter for fetching results.FetchResultsTokenPathParameter MessagePathParameter
that parses the token string.NotReadyFetchResultResponse TheFetchResultsResponseBody
indicates the results is not ready.