Uses of Interface
org.apache.flink.table.delegation.PlannerFactory.Context
-
Packages that use PlannerFactory.Context Package Description org.apache.flink.table.delegation -
-
Uses of PlannerFactory.Context in org.apache.flink.table.delegation
Classes in org.apache.flink.table.delegation that implement PlannerFactory.Context Modifier and Type Class Description static class
PlannerFactory.DefaultPlannerContext
Default implementation ofPlannerFactory.Context
.Methods in org.apache.flink.table.delegation with parameters of type PlannerFactory.Context Modifier and Type Method Description Planner
PlannerFactory. create(PlannerFactory.Context context)
Creates a correspondingPlanner
.
-