pub type RowRowColPagedBuilder<T, R> = ArcBuilder<RowRowColPagedBuilder<T, R>>;Expand description
RowRowBuilder variant that consumes Column chunks. Pairs with any
batcher whose chains are Columns, spillable
(Col2ValPagedBatcher) or resident (Col2ValColBatcher) alike, so
the Paged in the name records where it started rather than a
restriction. Installs a dictionary codec at seal time, gathering
statistics from the sealed Column chain, so columnar arrangements
compress on the same footing as the columnation-fed RowRowBuilder.
Aliased Typeยง
pub struct RowRowColPagedBuilder<T, R> { /* private fields */ }