Class ExecNodeGraphInternalPlan

java.lang.Object
org.apache.flink.table.planner.plan.ExecNodeGraphInternalPlan
All Implemented Interfaces:
org.apache.flink.table.delegation.InternalPlan

@Internal public class ExecNodeGraphInternalPlan extends Object implements org.apache.flink.table.delegation.InternalPlan
Implementation of CompiledPlan backed by an ExecNodeGraph.
  • Constructor Details

  • Method Details

    • getExecNodeGraph

      public ExecNodeGraph getExecNodeGraph()
    • asJsonString

      public String asJsonString()
      Specified by:
      asJsonString in interface org.apache.flink.table.delegation.InternalPlan
    • writeToFile

      public void writeToFile(File file, boolean ignoreIfExists, boolean failIfExists)
      Specified by:
      writeToFile in interface org.apache.flink.table.delegation.InternalPlan
    • getFlinkVersion

      public org.apache.flink.FlinkVersion getFlinkVersion()
      Specified by:
      getFlinkVersion in interface org.apache.flink.table.delegation.InternalPlan
    • getSinkIdentifiers

      public List<String> getSinkIdentifiers()
      Specified by:
      getSinkIdentifiers in interface org.apache.flink.table.delegation.InternalPlan