pub type Row = Vec<Value>;
A row is just a vector of values, indexed by column position.
pub struct Row { /* private fields */ }