Skip to main content

sql_function

Function sql_function 

Source
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.