Type Alias mz_compute::typedefs::spines::ColKeyBatcher

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

Aliased Type§

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