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