pub type Sort = Vec<(usize, bool)>;
(column, ascending) — sort spec resolved to indices at build time.
(column, ascending)
pub struct Sort { /* private fields */ }