fromFunction property

FunctionCallExpr? fromFunction
final

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;