Uses of Interface
org.apache.flink.table.delegation.InternalPlan
-
Packages that use InternalPlan Package Description org.apache.flink.table.api.internal org.apache.flink.table.delegation -
-
Uses of InternalPlan in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal with parameters of type InternalPlan Modifier and Type Method Description TableResultInternalTableEnvironmentImpl. executePlan(InternalPlan plan)TableResultInternalTableEnvironmentInternal. executePlan(InternalPlan plan)StringTableEnvironmentImpl. explainPlan(InternalPlan compiledPlan, ExplainDetail... extraDetails)StringTableEnvironmentInternal. explainPlan(InternalPlan compiledPlan, ExplainDetail... extraDetails) -
Uses of InternalPlan in org.apache.flink.table.delegation
Methods in org.apache.flink.table.delegation that return InternalPlan Modifier and Type Method Description InternalPlanPlanner. compilePlan(List<ModifyOperation> modifyOperations)InternalPlanPlanner. loadPlan(PlanReference planReference)Methods in org.apache.flink.table.delegation with parameters of type InternalPlan Modifier and Type Method Description StringPlanner. explainPlan(InternalPlan plan, ExplainDetail... extraDetails)List<org.apache.flink.api.dag.Transformation<?>>Planner. translatePlan(InternalPlan plan)
-