Function mz_interchange::envelopes::combine_at_timestamp
source ยท pub fn combine_at_timestamp<G: Scope, Tr>(
arranged: Arranged<G, Tr>,
) -> Collection<G, (Option<Row>, Vec<DiffPair<Row>>), Diff>
Expand description
Given a stream of batches, produce a stream of groups of DiffPairs, grouped by key, at each timestamp.