differential_dataflow::trace::implementations::ord_neu

Type Alias OrdKeySpine

Source
pub type OrdKeySpine<K, T, R> = Spine<Rc<OrdKeyBatch<Vector<((K, ()), T, R)>>>>;
Expand description

A trace implementation using a spine of ordered lists.

Aliased Typeยง

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