Batch

Type Alias Batch 

Source
pub type Batch = BTreeMap<Row, SmallVec<[(Row, i64, i64); 2]>>;
Expand description

A batch of updates, arranged by key

Aliased Typeยง

pub struct Batch { /* private fields */ }