pub type Row = HashMap<String, Value>;
A row of data (field name -> value mapping)
pub struct Row { /* private fields */ }