fn build_monotonic<G>(
    debug_name: &str,
    collection: Collection<G, (Row, Row), Diff>,
    _: MonotonicPlan
) -> (Arranged<G, TraceAgent<ColValSpine<Row, Row, <G as ScopeParent>::Timestamp, Diff, usize>>>, Collection<G, DataflowError, Diff>)where
    G: Scope,
    G::Timestamp: Lattice,
Expand description

Build the dataflow to compute and arrange multiple hierarchical aggregations on monotonic inputs.