| 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> |
ExecNodeBase.getInputEdges() |
List<ExecEdge> |
ExecNode.getInputEdges()
Returns a list of this node's input
ExecEdges. |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecNodeBase.replaceInputEdge(int index,
ExecEdge newInputEdge) |
void |
ExecNode.replaceInputEdge(int index,
ExecEdge newInputEdge)
Replaces the
ordinalInParentth input edge. |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecNodeBase.setInputEdges(List<ExecEdge> inputEdges) |
void |
ExecNode.setInputEdges(List<ExecEdge> inputEdges)
Sets the input
ExecEdges which connect this nodes and its input nodes. |
| Modifier and Type | Method and Description |
|---|---|
List<ExecEdge> |
BatchExecMultipleInput.getOriginalEdges() |
| Constructor and Description |
|---|
BatchExecMultipleInput(org.apache.flink.configuration.ReadableConfig tableConfig,
List<InputProperty> inputProperties,
ExecNode<?> rootNode,
List<ExecEdge> originalEdges,
String description) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.