Skip to main content

RowRowColPagedBuilder

Type Alias RowRowColPagedBuilder 

Source
pub type RowRowColPagedBuilder<T, R> = ArcBuilder<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> {
    builder: RowRowColPagedBuilder<T, R>,
}

Fields§

§builder: RowRowColPagedBuilder<T, R>