Uses of Interface
org.apache.flink.table.api.PlannerConfig
Packages that use PlannerConfig
-
Uses of PlannerConfig in org.apache.flink.table.api
Fields in org.apache.flink.table.api declared as PlannerConfigMethods in org.apache.flink.table.api with type parameters of type PlannerConfigMethods in org.apache.flink.table.api that return PlannerConfigModifier and TypeMethodDescriptionTableConfig.getPlannerConfig()Returns the current configuration of Planner for Table API and SQL queries.Methods in org.apache.flink.table.api with parameters of type PlannerConfigModifier and TypeMethodDescriptionvoidTableConfig.setPlannerConfig(PlannerConfig plannerConfig) Sets the configuration of Planner for Table API and SQL queries.