Uses of Package
org.apache.flink.table.delegation
Packages that use org.apache.flink.table.delegation
Package
Description
-
Classes in org.apache.flink.table.delegation used by org.apache.flink.table.api.internalClassDescriptionIt enables the execution of a graph of
Transformations generated by thePlanner.Internal interface wrapping a plan.Provides methods for parsing SQL objects from a SQL string.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
-
Classes in org.apache.flink.table.delegation used by org.apache.flink.table.delegationClassDescriptionIt enables the execution of a graph of
Transformations generated by thePlanner.Internal interface wrapping a plan.Provides methods for parsing SQL objects from a SQL string.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)Context used when creating a planner. -
Classes in org.apache.flink.table.delegation used by org.apache.flink.table.factoriesClassDescriptionIt enables the execution of a graph of
Transformations generated by thePlanner.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