Uses of Interface
org.apache.flink.table.delegation.InternalPlan
Packages that use InternalPlan
-
Uses of InternalPlan in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal with parameters of type InternalPlanModifier and TypeMethodDescriptionTableEnvironmentImpl.executePlan(InternalPlan plan) TableEnvironmentInternal.executePlan(InternalPlan plan) TableEnvironmentImpl.explainPlan(InternalPlan compiledPlan, ExplainDetail... extraDetails) TableEnvironmentInternal.explainPlan(InternalPlan compiledPlan, ExplainDetail... extraDetails) -
Uses of InternalPlan in org.apache.flink.table.delegation
Methods in org.apache.flink.table.delegation that return InternalPlanModifier and TypeMethodDescriptionPlanner.compilePlan(List<ModifyOperation> modifyOperations) Planner.loadPlan(PlanReference planReference) Methods in org.apache.flink.table.delegation with parameters of type InternalPlanModifier and TypeMethodDescriptionPlanner.explainPlan(InternalPlan plan, ExplainDetail... extraDetails) List<org.apache.flink.api.dag.Transformation<?>>Planner.translatePlan(InternalPlan plan)