pub type Spine = BTreeMap<i64, BTreeMap<Row, SmallVec<[(Row, i64, i64); 2]>>>;
Expand description
A spine of batches, arranged by timestamp TODO(discord9): consider internally index by key, value, and timestamp for faster lookup
Aliased Typeยง
struct Spine { /* private fields */ }