Skip to main content

RowImage

Type Alias RowImage 

Source
pub type RowImage = HashMap<String, CdcValue>;
Expand description

A row image — an ordered map of column name → value.

Aliased Type§

pub struct RowImage { /* private fields */ }