pub type ColumnOrigin = (Vec<u8>, Vec<u8>, Vec<u8>);Expand description
Where a result column came from: database, table, and column name.
Absent for an expression, which has no single column behind it - which is
exactly what sqlite3_column_database_name and its two siblings report.