pub type ResultRow = BTreeMap<String, Value>;
Result row produced by RETURN / WITH (column name -> value).
pub struct ResultRow { /* private fields */ }