addedColumns property

List<ExpressionResultColumn> addedColumns
final

Columns that should be added to the select statement to read variables captured by children.

These columns aren't mounted to the same syntax tree as select, they will be mounted into the tree returned by addHelperNodes.

Implementation

final List<ExpressionResultColumn> addedColumns = [];