Type Alias mz_compute::row_spine::spines::RowBatcher

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

Aliased Type§

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