pub type RowRowColPagedBuilder<T, R> = RcBuilder<RowRowColPagedBuilder<T, R>>;Expand description
RowRowBuilder variant that consumes Column chunks. Pairs with
Col2ValPagedBatcher for the spillable arrange path. Installs a
dictionary codec at seal time, gathering statistics from the sealed
Column chain, so paged arrangements compress on the same footing as the
columnation-fed RowRowBuilder.
Aliased Typeยง
pub struct RowRowColPagedBuilder<T, R> { /* private fields */ }