ItemExpression.From
Returns the AST for the body of a function.
function (function
as function) as record
Returns the AST for the body of
function
, normalized into an item expression:</li>
</p> </p>An error is raised if an item expression AST cannot be returned for the body of
function
.</p>Table.Table construction
Returns the AST for the body of the function
each _ <> null
ItemExpression.From(each _ <> null)
[ Kind = "Binary", Operator = "NotEquals", Left = ItemExpression.Item, Right = [ Kind = "Constant", Value = null ] ]
Last modified 4yr ago