pub type TableRow = BTreeMap<String, Option<CellValue>>;
pub struct TableRow { /* private fields */ }