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 TypeMethodDescriptionorg.apache.flink.FlinkVersionThis returns an ordered list of sink identifiers, if any.voidwriteToFile(File file, boolean ignoreIfExists, boolean failIfExists) Note thatignoreIfExistshas precedence overfailIfExists.
-
Method Details
-
asJsonString
String asJsonString()- See Also:
-
writeToFile
Note thatignoreIfExistshas precedence overfailIfExists.- See Also:
-
getFlinkVersion
org.apache.flink.FlinkVersion getFlinkVersion()- See Also:
-
getSinkIdentifiers
This returns an ordered list of sink identifiers, if any.
-