Type Alias differential_dataflow::trace::implementations::rhh::VecSpine

source ·
pub type VecSpine<K, V, T, R> = Spine<Rc<RhhValBatch<Vector<((K, V), T, R)>>>, MergeBatcher<Vec<((K, V), T, R)>, VecChunker<((K, V), T, R)>, VecMerger<((K, V), T, R)>, T>, RcBuilder<RhhValBuilder<Vector<((K, V), T, R)>, Vec<((K, V), T, R)>>>>;
Expand description

A trace implementation using a spine of ordered lists.

Aliased Type§

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