Skip to main content

RowVersionChain

Type Alias RowVersionChain 

Source
pub type RowVersionChain = Vec<RowVersion>;
Expand description

A row’s version chain. Newest version at the back — easy push_version semantics; reads scan from the back since that’s where most queries’ begin_ts lands.

Aliased Type§

pub struct RowVersionChain { /* private fields */ }