pub type Batch = BTreeMap<Row, SmallVec<[(Row, i64, i64); 2]>>;
A batch of updates, arranged by key
struct Batch { /* private fields */ }