Expand description
Model of a DAG.
Structs§
- Represent an edge between stages.
- Represents DAG of stages.
- Simple task which implements Task trait.
- Represents one stage of a DAG which corresponds to a single vertex.
- Default implementation of Shuffle trait.
Traits§
- Trait which represents shuffle edge.
- Trait for a task.