Type Alias mz_compute::row_spine::spines::RowValBatcher
source · pub type RowValBatcher<V, T, R> = MergeBatcher<Vec<((Row, V), T, R)>, ColumnationChunker<((Row, V), T, R)>, ColumnationMerger<((Row, V), T, R)>>;
Aliased Type§
struct RowValBatcher<V, T, R> { /* private fields */ }