pub type Col2ValBatcher<K, V, T, R> = MergeBatcher<ColInternalMerger<(K, V), T, R>>;Expand description
A batcher for columnar storage.
The chunker is supplied to the arrange operator separately. Callers pass
it explicitly: ColumnationChunker
for Vec<_> input, or batcher::Chunker (over a ColumnationStack<_>) for
Column input.
Aliased Typeยง
pub struct Col2ValBatcher<K, V, T, R> { /* private fields */ }