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 CompiledPlan
Compilable. compilePlan()
Compiles this object into aCompiledPlan
that can be executed as one job.CompiledPlan
StatementSet. compilePlan()
Compiles this object into aCompiledPlan
that can be executed as one job.CompiledPlan
TableEnvironment. compilePlanSql(String stmt)
Compiles a SQL DML statement into aCompiledPlan
.CompiledPlan
TableEnvironment. loadPlan(PlanReference planReference)
Loads a plan from aPlanReference
into aCompiledPlan
.default CompiledPlan
CompiledPlan. 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 CompiledPlan
StatementSetImpl. compilePlan()
CompiledPlan
TableEnvironmentImpl. compilePlan(List<ModifyOperation> operations)
CompiledPlan
TableEnvironmentInternal. compilePlan(List<ModifyOperation> operations)
CompiledPlan
TableEnvironmentImpl. compilePlanSql(String stmt)
CompiledPlan
TableEnvironmentImpl. loadPlan(PlanReference planReference)
-