Expand description
A child dataflow scope, used to build nested dataflow scopes.
Structs§
- A
Child
wraps aSubgraph
and a parentG: Scope
. It manages the addition ofOperate
s to a subgraph, and the connection of edges between them.
Type Aliases§
- Type alias for iterative child scope.