Type Alias mz_compute::typedefs::spines::ColValBatcher

source ·
pub type ColValBatcher<K, V, T, R> = MergeBatcher<Vec<((K, V), T, R)>, ColumnationChunker<((K, V), T, R)>, ColumnationMerger<((K, V), T, R)>>;

Aliased Type§

struct ColValBatcher<K, V, T, R> { /* private fields */ }