| Package | Description |
|---|---|
| org.apache.flink.table.api.internal | |
| org.apache.flink.table.catalog | |
| org.apache.flink.table.delegation |
| Class and Description |
|---|
| Executor
It enables execution of a
Transformations graph generated by
Planner. |
| 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. |
| Class and Description |
|---|
| PlannerTypeInferenceUtil
Temporary utility for validation and output type inference until all
PlannerExpression are
upgraded to work with TypeInferenceUtil. |
| Class and Description |
|---|
| Executor
It enables execution of a
Transformations graph generated by
Planner. |
| 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. |
| PlannerExpressionParser
Temporary utility for parsing expressions inside a String.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.