| Class | Description |
|---|---|
| ExpandedColumn |
Represents a column expanded from a star (*) column.
|
| ExpansionResult |
Result of star column expansion.
|
| StarColumnExpander |
Expands SELECT * to explicit column lists.
|
| StarPushDownResolver |
Resolves star columns by pushing down column references from outer queries.
|
| StarPushDownResolver.PushDownRequest |
Represents a column reference that needs to be pushed down.
|
| StarPushDownResolver.PushDownResult |
Represents the result of push-down resolution.
|