pub type ArcOrdValSpine<K, V, T, R> = Spine<ArcBatch<OrdValBatch<Vector<((K, V), T, R)>>>>;Expand description
A generic Arc-backed key/value spine, for callers outside mz_compute that need an
arrangement over non-Row-specialized types. The Arc handle rides on the local
ArcBatch newtype, so no differential-side Arc batch impls are required.
Aliased Typeยง
pub struct ArcOrdValSpine<K, V, T, R> { /* private fields */ }