Type Alias mz_persist_client::iter::Indices

source ยท
type Indices = (usize, usize);
Expand description

A pair of indices, referencing a specific row in a specific part. In the consolidating iterator, this is used to track the coordinates of some part that holds a particular K and V.