Package | Description |
---|---|
org.apache.flink.table.api | |
org.apache.flink.table.api.internal |
Modifier and Type | Method and Description |
---|---|
CompiledPlan |
Compilable.compilePlan()
Compiles this object into a
CompiledPlan that can be executed as one job. |
CompiledPlan |
StatementSet.compilePlan()
Compiles this object into a
CompiledPlan that can be executed as one job. |
CompiledPlan |
TableEnvironment.compilePlanSql(String stmt)
Compiles a SQL DML statement into a
CompiledPlan . |
CompiledPlan |
TableEnvironment.loadPlan(PlanReference planReference)
Loads a plan from a
PlanReference into a CompiledPlan . |
default CompiledPlan |
CompiledPlan.printJsonString()
Like
asJsonString() , but prints the result to System.out . |
Modifier and Type | Method and 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) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.