pub type RowImage = HashMap<String, CdcValue>;
A row image — an ordered map of column name → value.
pub struct RowImage { /* private fields */ }