Function differential_dataflow::algorithms::prefix_sum::aggregate
source ยท pub fn aggregate<G, K, D, F>(
collection: Collection<G, ((usize, K), D)>,
combine: F,
) -> Collection<G, ((usize, usize, K), D)>
Expand description
Accumulate data in collection
into all powers-of-two intervals containing them.