Skip to main content

KeyValBatcher

Type Alias KeyValBatcher 

Source
type KeyValBatcher<K, V, T, D> = MergeBatcher<ColInternalMerger<(K, V), T, D>>;
Expand description

Batcher matching mz_compute::typedefs::KeyValBatcher, redeclared locally so this crate does not need to depend on mz_compute.

Aliased Typeยง

struct KeyValBatcher<K, V, T, D> { /* private fields */ }