Package org.apache.flink.table.client.gateway
-
Interface Summary Interface Description Executor A gateway for communicating with Flink and other external systems. -
Class Summary Class Description DefaultContextUtils Utils to build aDefaultContext
.ExecutorImpl Executor to connect toSqlGateway
and execute statements.ResultDescriptor Describes a result to be expected from a table program.SingleSessionManager ASessionManager
only has one session at most.StatementResult Wrapped results for theFetchResultsResponseBody
.TypedResult<P> Result with an attached type (actual payload, EOS, etc.). -
Enum Summary Enum Description TypedResult.ResultType Result types. -
Exception Summary Exception Description SqlExecutionException Exception thrown during the execution of SQL statements.