@Internal public interface InternalPlan
Planner
interface. The TableEnvironment
wraps it in an implementation of
CompiledPlan
, to provide the fluent user-friendly interface.Modifier and Type | Method and Description |
---|---|
String |
asJsonString() |
FlinkVersion |
getFlinkVersion() |
List<String> |
getSinkIdentifiers()
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 . |
String asJsonString()
CompiledPlan.asJsonString()
void writeToFile(File file, boolean ignoreIfExists, boolean failIfExists)
ignoreIfExists
has precedence over failIfExists
.CompiledPlan.writeToFile(File, boolean)
FlinkVersion getFlinkVersion()
CompiledPlan.getFlinkVersion()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.