fromFunction property
When the FROM clause is a table-valued function call (e.g.
json_each(...)), the call is captured here. Mutually exclusive with
fromTable / fromSubquery.
Implementation
final FunctionCallExpr? fromFunction;
When the FROM clause is a table-valued function call (e.g.
json_each(...)), the call is captured here. Mutually exclusive with
fromTable / fromSubquery.
final FunctionCallExpr? fromFunction;