pub fn sql_function<V>(
name: &'static str,
arguments: impl IntoIterator<Item = Expression>,
) -> TypedExpression<V>Expand description
Call a scalar SQL function with a caller-declared result type.
The function name is validated as an identifier and every runtime value in its arguments remains a bound parameter.