Skip to main content

ValRowColPagedBuilder

Type Alias ValRowColPagedBuilder 

Source
pub type ValRowColPagedBuilder<K, T, R> = RcBuilder<ValRowColPagedBuilder<K, T, R>>;
Expand description

ValRowBuilder variant that consumes Column chunks. Pairs with Col2ValPagedBatcher<K, Row, T, R> for the spillable arrange path where keys are arbitrary Columnar values (e.g. UpsertKey) and values are packed Row bytes. Installs a dictionary codec on the value container at seal time, gathering statistics from the sealed Column chain; keys are not Row-shaped and so are left uncompressed.

Aliased Typeยง

pub struct ValRowColPagedBuilder<K, T, R> { /* private fields */ }