Uses of Interface
org.apache.flink.table.api.CompiledPlan
-
Packages that use CompiledPlan Package Description org.apache.flink.table.api org.apache.flink.table.api.internal -
-
Uses of CompiledPlan in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return CompiledPlan Modifier and Type Method Description CompiledPlanCompilable. compilePlan()Compiles this object into aCompiledPlanthat can be executed as one job.CompiledPlanStatementSet. compilePlan()Compiles this object into aCompiledPlanthat can be executed as one job.CompiledPlanTableEnvironment. compilePlanSql(String stmt)Compiles a SQL DML statement into aCompiledPlan.CompiledPlanTableEnvironment. 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 CompiledPlan Modifier and Type Method Description CompiledPlanStatementSetImpl. compilePlan()CompiledPlanTableEnvironmentImpl. compilePlan(List<ModifyOperation> operations)CompiledPlanTableEnvironmentInternal. compilePlan(List<ModifyOperation> operations)CompiledPlanTableEnvironmentImpl. compilePlanSql(String stmt)CompiledPlanTableEnvironmentImpl. loadPlan(PlanReference planReference)
-