pub fn combine_at_timestamp<G: Scope, Tr>(
arranged: Arranged<G, Tr>,
) -> Collection<G, (Tr::KeyOwn, Vec<DiffPair<Tr::ValOwn>>), Diff>
Expand description
Given a stream of batches, produce a stream of groups of DiffPairs, grouped by key, at each timestamp.