pub type RowBatcher<T, R> = MergeBatcher<Vec<((Row, ()), T, R)>, ColumnationChunker<((Row, ()), T, R)>, ColMerger<(Row, ()), T, R>>;
pub struct RowBatcher<T, R> { /* private fields */ }