Type Alias mz_compute::typedefs::spines::ColKeySpine

source ·
pub type ColKeySpine<K, T, R> = Spine<Rc<OrdKeyBatch<MzStack<((K, ()), T, R)>>>>;
Expand description

A spine for generic keys

Aliased Type§

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