pub type ColSpine<K, V, T, R> = Spine<Rc<RhhValBatch<TStack<((K, V), T, R)>>>>;
A trace implementation backed by columnar storage.
struct ColSpine<K, V, T, R> { /* private fields */ }