@Experimental public interface Compilable
CompiledPlan
.compilePlan()
,
CompiledPlan
Modifier and Type | Method and Description |
---|---|
CompiledPlan |
compilePlan()
Compiles this object into a
CompiledPlan that can be executed as one job. |
@Experimental CompiledPlan compilePlan() throws TableException
CompiledPlan
that can be executed as one job.
Compiled plans can be persisted and reloaded across Flink versions. They describe static
pipelines to ensure backwards compatibility and enable stateful streaming job upgrades. See
CompiledPlan
and the website documentation for more information.
Note: The compiled plan feature is not supported in batch mode.
TableException
- if any of the statements is invalid or if the plan cannot be
persisted.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.