Interface | Description |
---|---|
Executor |
A gateway for communicating with Flink and other external systems.
|
Class | Description |
---|---|
DefaultContextUtils |
Utils to build a
DefaultContext . |
ExecutorImpl |
Executor to connect to
SqlGateway and execute statements. |
ResultDescriptor |
Describes a result to be expected from a table program.
|
SingleSessionManager |
A
SessionManager only has one session at most. |
StatementResult |
Wrapped results for the
FetchResultsResponseBody . |
TypedResult<P> |
Result with an attached type (actual payload, EOS, etc.).
|
Enum | Description |
---|---|
TypedResult.ResultType |
Result types.
|
Exception | Description |
---|---|
SqlExecutionException |
Exception thrown during the execution of SQL statements.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.