| 接口 | 说明 |
|---|---|
| Executor |
A gateway for communicating with Flink and other external systems.
|
| 类 | 说明 |
|---|---|
| ProgramTargetDescriptor |
Describes the target where a table program has been submitted to.
|
| ResultDescriptor |
Describes a result to be expected from a table program.
|
| SessionContext |
Context describing a session, it's mainly used for user to open a new session in the backend.
|
| TypedResult<P> |
Result with an attached type (actual payload, EOS, etc.).
|
| 枚举 | 说明 |
|---|---|
| TypedResult.ResultType |
Result types.
|
| 异常错误 | 说明 |
|---|---|
| SqlExecutionException |
Exception thrown during the execution of SQL statements.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.