flow::utils

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ยง

struct Batch { /* private fields */ }