Uses of Interface
org.apache.flink.table.api.CompiledPlan
Packages that use CompiledPlan
-
Uses of CompiledPlan in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return CompiledPlanModifier and TypeMethodDescriptionCompilable.compilePlan()Compiles this object into aCompiledPlanthat can be executed as one job.StatementSet.compilePlan()Compiles this object into aCompiledPlanthat can be executed as one job.TableEnvironment.compilePlanSql(String stmt) Compiles a SQL DML statement into aCompiledPlan.TableEnvironment.loadPlan(PlanReference planReference) Loads a plan from aPlanReferenceinto aCompiledPlan.default CompiledPlanCompiledPlan.printJsonString()LikeasJsonString(), but prints the result toSystem.out. -
Uses of CompiledPlan in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal that return CompiledPlanModifier and TypeMethodDescriptionStatementSetImpl.compilePlan()TableEnvironmentImpl.compilePlan(List<ModifyOperation> operations) TableEnvironmentInternal.compilePlan(List<ModifyOperation> operations) TableEnvironmentImpl.compilePlanSql(String stmt) TableEnvironmentImpl.loadPlan(PlanReference planReference)