Module dataflow::arrangement::manager[][src]

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), and a permutation describing how to reconstruct the original row (permutation).

A TraceManager stores maps from global identifiers to the primary arranged representation of that collection.

Base metrics for arrangements.

Type Definitions