Type Alias differential_dataflow::trace::implementations::rhh::ColSpine

source ·
pub type ColSpine<K, V, T, R> = Spine<Rc<RhhValBatch<TStack<((K, V), T, R)>>>, ColumnatedMergeBatcher<K, V, T, R>, RcBuilder<RhhValBuilder<TStack<((K, V), T, R)>>>>;
Expand description

A trace implementation backed by columnar storage.

Aliased Type§

struct ColSpine<K, V, T, R> { /* private fields */ }