Package | Description |
---|---|
org.apache.flink.table.planner.plan.nodes.exec | |
org.apache.flink.table.planner.plan.nodes.exec.batch |
Modifier and Type | Method and Description |
---|---|
ExecEdge |
ExecEdge.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ExecEdge> |
ExecNode.getInputEdges()
Returns a list of this node's input
ExecEdge s. |
List<ExecEdge> |
ExecNodeBase.getInputEdges() |
Modifier and Type | Method and Description |
---|---|
void |
ExecNode.replaceInputEdge(int index,
ExecEdge newInputEdge)
Replaces the
ordinalInParent th input edge. |
void |
ExecNodeBase.replaceInputEdge(int index,
ExecEdge newInputEdge) |
Modifier and Type | Method and Description |
---|---|
void |
ExecNode.setInputEdges(List<ExecEdge> inputEdges)
Sets the input
ExecEdge s which connect this nodes and its input nodes. |
void |
ExecNodeBase.setInputEdges(List<ExecEdge> inputEdges) |
Modifier and Type | Method and Description |
---|---|
List<ExecEdge> |
BatchExecMultipleInput.getOriginalEdges() |
Constructor and Description |
---|
BatchExecMultipleInput(ReadableConfig tableConfig,
List<InputProperty> inputProperties,
ExecNode<?> rootNode,
List<ExecEdge> originalEdges,
String description) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.