| Interface | Description |
|---|---|
| ExecNodeVisitor |
Visitor pattern for traversing a dag of
ExecNode objects. |
| Class | Description |
|---|---|
| AbstractExecNodeExactlyOnceVisitor |
Implement of
ExecNodeVisitor. |
| ExecEdge |
The representation of an edge connecting two
ExecNode. |
| ExecEdge.Builder |
Builder of the
ExecEdge. |
| ExecEdge.RequiredShuffle |
The required shuffle for records when passing this edge.
|
| ExecNodeVisitorImpl |
Implement of
ExecNodeVisitor. |
| Enum | Description |
|---|---|
| ExecEdge.DamBehavior |
Enumeration which describes how an output record from the source node may trigger the output
of the target node.
|
| ExecEdge.ShuffleType |
Enumeration which describes the shuffle type for records when passing this edge.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.