Type Alias mz_compute::typedefs::KeySpine

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

Aliased Type§

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