Skip to main content

eval_bound_builtin_function_call

Function eval_bound_builtin_function_call 

Source
pub fn eval_bound_builtin_function_call(
    binding: &FunctionBinding,
    call_args: Vec<(Option<String>, Value)>,
    ctx: &EvalContext<'_>,
) -> Result<Value>
Expand description

Execute the exact built-in implementation selected by a stored binding. Overload-specific and parser-owned operations use FunctionDispatch rather than fabricated SQL routine names.