pub type Dataset = Vec<Row>;
A logical dataset (row-oriented).
pub struct Dataset { /* private fields */ }