pub type Row = Vec<Value>;
A row is an ordered list of values matching a schema.
pub struct Row { /* private fields */ }