Expand description
Management of arrangements across dataflows.
Structsยง
- Padded
Trace - Handle to a trace that can be padded.
- Trace
Bundle - Bundles together traces for the successful computations (
oks
), the failed computations (errs
), additional tokens that should share the lifetime of the bundled traces (to_drop
). - Trace
Manager - A
TraceManager
stores maps from global identifiers to the primary arranged representation of that collection.