Uses of Interface
org.apache.flink.table.api.PlannerConfig
-
Packages that use PlannerConfig Package Description org.apache.flink.table.api -
-
Uses of PlannerConfig in org.apache.flink.table.api
Fields in org.apache.flink.table.api declared as PlannerConfig Modifier and Type Field Description static PlannerConfig
PlannerConfig. EMPTY_CONFIG
Methods in org.apache.flink.table.api with type parameters of type PlannerConfig Modifier and Type Method Description default <T extends PlannerConfig>
Optional<T>PlannerConfig. unwrap(Class<T> type)
Methods in org.apache.flink.table.api that return PlannerConfig Modifier and Type Method Description PlannerConfig
TableConfig. getPlannerConfig()
Returns the current configuration of Planner for Table API and SQL queries.Methods in org.apache.flink.table.api with parameters of type PlannerConfig Modifier and Type Method Description void
TableConfig. setPlannerConfig(PlannerConfig plannerConfig)
Sets the configuration of Planner for Table API and SQL queries.
-