NoUnknownQualifierRule
Reports qualified column references whose qualifier is not visible in FROM.
The rule uses stable source-level facts and intentionally does not perform column resolution. It checks only whether qualifier.column can be matched to a table name or table alias visible in the same statement.