pub type Row = Vec<SochValue>;
A single row: positional values matching the schema column order.
pub struct Row { /* private fields */ }