subqueries property
A mapping of (subquery variable name) -> (subquery node id) for cases
where the description
string of this node references a SCALAR
subquery
contained in the expression subtree rooted at this node.
The referenced SCALAR
subquery may not necessarily be a direct child of
this node.
Implementation
core.Map<core.String, core.int>? subqueries;