Expand description

Management of arrangements across dataflows.

Structs

  • 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

  • Represents a type-specialized trace handle for successful computations wherein keys or values were previously type-specialized via render::context::SpecializedArrangementFlavor.