| Package | Description |
|---|---|
| org.apache.flink.table.api.internal | |
| org.apache.flink.table.catalog | |
| org.apache.flink.table.delegation | |
| org.apache.flink.table.factories |
| Class and Description |
|---|
| Executor
It enables the execution of a graph of
Transformations generated by the Planner. |
| InternalPlan
Internal interface wrapping a plan.
|
| Parser
Provides methods for parsing SQL objects from a SQL string.
|
| Planner
This interface serves two purposes:
SQL parser via
Planner.getParser() - transforms a SQL string into a Table API specific
objects e.g. tree of Operations
relational planner - provides a way to plan, optimize and transform tree of ModifyOperation into a runnable form (Transformation)
The Planner is execution agnostic. |
| Class and Description |
|---|
| Parser
Provides methods for parsing SQL objects from a SQL string.
|
| Class and Description |
|---|
| Executor
It enables the execution of a graph of
Transformations generated by the Planner. |
| InternalPlan
Internal interface wrapping a plan.
|
| Parser
Provides methods for parsing SQL objects from a SQL string.
|
| ParserFactory.Context
Context provided when a parser is created.
|
| Planner
This interface serves two purposes:
SQL parser via
Planner.getParser() - transforms a SQL string into a Table API specific
objects e.g. tree of Operations
relational planner - provides a way to plan, optimize and transform tree of ModifyOperation into a runnable form (Transformation)
The Planner is execution agnostic. |
| PlannerFactory.Context
Context used when creating a planner.
|
| Class and Description |
|---|
| Executor
It enables the execution of a graph of
Transformations generated by the Planner. |
| Planner
This interface serves two purposes:
SQL parser via
Planner.getParser() - transforms a SQL string into a Table API specific
objects e.g. tree of Operations
relational planner - provides a way to plan, optimize and transform tree of ModifyOperation into a runnable form (Transformation)
The Planner is execution agnostic. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.