Interface | Description |
---|---|
ExecNode<T> |
The representation of execution information for a
FlinkPhysicalRel . |
Class | Description |
---|---|
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.
|
ExecGraphGenerator |
A generator that generates a
ExecNode graph from a graph of FlinkPhysicalRel s. |
ExecNodeBase<T> |
Base class for
ExecNode . |
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.