Skip to main content

ValRowColPagedBuilder

Type Alias ValRowColPagedBuilder 

Source
pub type ValRowColPagedBuilder<K, T, R> = RcBuilder<OrdValBuilder<ValRowLayout<((K, Row), T, R)>, Column<((K, Row), 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.

Aliased Typeยง

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