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 Summary
ConstructorsConstructorDescriptionExecNodeGraphInternalPlan(Supplier<String> serializedPlanSupplier, ExecNodeGraph execNodeGraph) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.FlinkVersionvoidwriteToFile(File file, boolean ignoreIfExists, boolean failIfExists)
-
Constructor Details
-
ExecNodeGraphInternalPlan
public ExecNodeGraphInternalPlan(Supplier<String> serializedPlanSupplier, ExecNodeGraph execNodeGraph)
-
-
Method Details
-
getExecNodeGraph
-
asJsonString
- Specified by:
asJsonStringin interfaceorg.apache.flink.table.delegation.InternalPlan
-
writeToFile
- Specified by:
writeToFilein interfaceorg.apache.flink.table.delegation.InternalPlan
-
getFlinkVersion
public org.apache.flink.FlinkVersion getFlinkVersion()- Specified by:
getFlinkVersionin interfaceorg.apache.flink.table.delegation.InternalPlan
-
getSinkIdentifiers
- Specified by:
getSinkIdentifiersin interfaceorg.apache.flink.table.delegation.InternalPlan
-