Function mz_sql::plan::query::resolve_func

source ยท
pub fn resolve_func(
    ecx: &ExprContext<'_>,
    name: &ResolvedItemName,
    args: &FunctionArgs<Aug>,
) -> Result<&'static Func, PlanError>
Expand description

Resolves the name to a set of function implementations.

If the name does not specify a known built-in function, returns an error.