Skip to main content

RowSpine

Type Alias RowSpine 

Source
pub type RowSpine<T, R, DC = ColumnationStack<R>> = Spine<ArcBatch<OrdKeyBatch<RowLayout<((Row, ()), T, R), DC>>>>;
Expand description

Key-only Row spine. DC is the diff container, see RowLayout.

Aliased Typeยง

pub struct RowSpine<T, R, DC = ColumnationStack<R>> { /* private fields */ }