| Executor |
It enables the execution of a graph of Transformations generated by the Planner.
|
| ExecutorFactory |
Factory that creates an Executor for submitting table programs.
|
| InternalPlan |
Internal interface wrapping a plan.
|
| Parser |
Provides methods for parsing SQL objects from a SQL string.
|
| ParserFactory |
|
| 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.
|
| PlannerFactory |
|
| PlannerFactory.Context |
Context used when creating a planner.
|
| PlannerTypeInferenceUtil |
Temporary utility for validation and output type inference until all PlannerExpression
are upgraded to work with TypeInferenceUtil.
|