canReferToColumnAlias property

bool canReferToColumnAlias
final

Whether unqualified references can be resolved against a column alias from the surrounding select statement.

This is only the case for ORDER BY, GROUP BY and HAVING clauses.

Implementation

final bool canReferToColumnAlias;