Type Alias mz_compute::typedefs::spines::ColValSpine

source ·
pub type ColValSpine<K, V, T, R> = Spine<Rc<OrdValBatch<MzStack<((K, V), T, R)>>>>;
Expand description

A spine for generic keys and values.

Aliased Type§

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