Type Alias RowValBatcher

Source
pub type RowValBatcher<V, T, R> = MergeBatcher<Vec<((Row, V), T, R)>, ColumnationChunker<((Row, V), T, R)>, ColMerger<(Row, V), T, R>>;

Aliased Typeยง

pub struct RowValBatcher<V, T, R> { /* private fields */ }