| Package | Description |
|---|---|
| org.apache.flink.table.api | |
| org.apache.flink.table.api.internal |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompiledPlan
Represents an immutable, fully optimized, and executable entity that has been compiled from a
Table & SQL API pipeline definition.
|
interface |
StatementSet
A
StatementSet accepts pipelines defined by DML statements or Table objects. |
interface |
Table
The
Table object is the core abstraction of the Table API. |
interface |
TablePipeline
Describes a complete pipeline from one or more source tables to a sink table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StatementSetImpl<E extends TableEnvironmentInternal>
Implementation for
StatementSet. |
class |
TableImpl
Implementation for
Table. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.