Module mz_compute::arrangement::manager
source · Expand description
Management of arrangements across dataflows.
Structs§
- Handle to a trace that can be padded.
- 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
). - A
TraceManager
stores maps from global identifiers to the primary arranged representation of that collection.
Enums§
- An abstraction of a trace handle.