pub fn qualified_ident_pair(expr: &Expr) -> Option<(String, String)>
Return (table, column) for a table.col compound identifier, or None.
(table, column)
table.col
None