pub type ColBatcher<K, V, T, R> = MergeBatcher<Vec<((K, V), T, R)>, ColumnationChunker<((K, V), T, R)>, ColMerger<(K, V), T, R>>;
Expand description
A batcher for columnar storage.
Aliased Typeยง
pub struct ColBatcher<K, V, T, R> { /* private fields */ }