Package org.apache.flink.table.delegation
package org.apache.flink.table.delegation
-
ClassDescriptionIt enables the execution of a graph of
Transformations generated by thePlanner.Factory that creates anExecutorfor submitting table programs.Internal interface wrapping a plan.Provides methods for parsing SQL objects from a SQL string.Factory that createsParser.Context provided when a parser is created.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)Factory that createsPlanner.Context used when creating a planner.Default implementation ofPlannerFactory.Context.