pub type ColValSpine<K, V, T, R, O = usize> = Spine<Rc<OrdValBatch<TStack<((K, V), T, R), O>>>, ColumnatedMergeBatcher<K, V, T, R>, RcBuilder<OrdValBuilder<TStack<((K, V), T, R), O>>>>;
Expand description

A trace implementation backed by columnar storage.

Aliased Type§

struct ColValSpine<K, V, T, R, O = usize> { /* private fields */ }