Interface Compilable

    • Method Detail

      • compilePlan

        @Experimental
        CompiledPlan compilePlan()
                          throws org.apache.flink.table.api.TableException
        Compiles this object into a 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.

        Throws:
        org.apache.flink.table.api.TableException - if any of the statements is invalid or if the plan cannot be persisted.