capturedVariables property

Map<Reference, CapturedVariable> capturedVariables
final

All references that read from a table only available in the outer select statement. It will need to be transformed in a later step.

Implementation

final Map<Reference, CapturedVariable> capturedVariables = {};