Uses of Package
org.apache.flink.table.delegation
-
Packages that use org.apache.flink.table.delegation Package Description org.apache.flink.table.api.internal org.apache.flink.table.delegation org.apache.flink.table.factories -
Classes in org.apache.flink.table.delegation used by org.apache.flink.table.api.internal Class Description Executor It enables the execution of a graph ofTransformations generated by thePlanner.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 viaPlanner.getParser()- transforms a SQL string into a Table API specific objects e.g. tree ofOperations relational planner - provides a way to plan, optimize and transform tree ofModifyOperationinto a runnable form (Transformation) -
Classes in org.apache.flink.table.delegation used by org.apache.flink.table.delegation Class Description Executor It enables the execution of a graph ofTransformations generated by thePlanner.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 viaPlanner.getParser()- transforms a SQL string into a Table API specific objects e.g. tree ofOperations relational planner - provides a way to plan, optimize and transform tree ofModifyOperationinto a runnable form (Transformation)PlannerFactory.Context Context used when creating a planner. -
Classes in org.apache.flink.table.delegation used by org.apache.flink.table.factories Class Description Executor It enables the execution of a graph ofTransformations generated by thePlanner.Planner This interface serves two purposes: SQL parser viaPlanner.getParser()- transforms a SQL string into a Table API specific objects e.g. tree ofOperations relational planner - provides a way to plan, optimize and transform tree ofModifyOperationinto a runnable form (Transformation)