Skip to main content

resolve_admin_function

Function resolve_admin_function 

Source
fn resolve_admin_function(
    stmt: &Admin,
    query_ctx: &QueryContextRef,
    state: Arc<FunctionState>,
) -> Result<ResolvedAdminFunction>
Expand description

Resolves the function, parses its literal arguments and derives its return type, without executing it.