pub type CollectedRows = Vec<HashMap<String, Value>>;
Rows as list of maps: column name -> JSON value. Used by bindings and collect.
pub struct CollectedRows { /* private fields */ }