pub type RowRowColPagedBuilder<T, R> = RcBuilder<OrdValBuilder<RowRowLayout<((Row, Row), T, R)>, Column<((Row, Row), T, R)>>>;Expand description
RowRowBuilder variant that consumes Column chunks. Pairs with
Col2ValPagedBatcher for the spillable arrange path. This is the stock
(non-dictionary) builder; dictionary-compressing the paged path is a follow-up.
Aliased Typeยง
pub struct RowRowColPagedBuilder<T, R> { /* private fields */ }