| Interface | Description |
|---|---|
| ParserFactory |
Factory that creates
Parser. |
| ParserFactory.Context |
Context provided when a parser is created.
|
| Class | Description |
|---|---|
| DefaultExecutor |
Default implementation of
Executor. |
| DefaultExecutorFactory |
Factory to create the default implementation of an
Executor for TableEnvironment. |
| DefaultExpressionParserFactory |
Default factory for
ExpressionParser. |
| DefaultParserFactory |
A Parser factory that creates
ParserImpl. |
| DefaultPlannerFactory |
Factory for the default
Planner. |
| FlinkSqlParserFactories |
A util method to create SqlParserImplFactory according to SqlConformance.
|
| ParserFactory.DefaultParserContext |
Default implementation for
ParserFactory.Context. |
| ParserImpl |
Implementation of
Parser that uses Calcite. |
| PlannerContext |
Utility class to create
RelBuilder or FrameworkConfig
used to create a corresponding Planner. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.