expansionOfStarColumn property

List<Column>? expansionOfStarColumn

The list of column to which a * would expand to.

This is not necessary the same list of columns that could be resolved through resolveUnqualifiedReference. For subquery expressions, columns in parent scopes may be referenced without a qualified, but they don't appear in a * expansion for the subquery.

Implementation

List<Column>? get expansionOfStarColumn => null;