Interface InternalPlan


@Internal public interface InternalPlan
Internal interface wrapping a plan. This is used in order to propagate the plan back and forth the Planner interface. The TableEnvironment wraps it in an implementation of CompiledPlan, to provide the fluent user-friendly interface.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.apache.flink.FlinkVersion
     
    This returns an ordered list of sink identifiers, if any.
    void
    writeToFile(File file, boolean ignoreIfExists, boolean failIfExists)
    Note that ignoreIfExists has precedence over failIfExists.