pub fn function_call(
function: ExpressionFunction,
expression: ArcIntern<Expression>,
) -> ArcIntern<Expression>
Expand description
A wrapper around Expression::FunctionCall
that takes the contents of the inner expression type as arguments directly and returns an ArcIntern<Expression>
.
See also function_call_expr
.