Uses of Package
org.apache.flink.table.delegation
-
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.catalog Class Description Parser Provides methods for parsing SQL objects from a SQL string. -
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) -
Classes in org.apache.flink.table.delegation used by org.apache.flink.table.planner.loader Class Description ExecutorFactory Factory that creates anExecutorfor submitting table programs.PlannerFactory Factory that createsPlanner.