Type Alias mz_compute::row_spine::spines::RowRowBatcher

source ·
pub type RowRowBatcher<T, R> = MergeBatcher<Vec<((Row, Row), T, R)>, ColumnationChunker<((Row, Row), T, R)>, ColumnationMerger<((Row, Row), T, R)>>;

Aliased Type§

struct RowRowBatcher<T, R> { /* private fields */ }