Skip to main content

admin_output_schema

Function admin_output_schema 

Source
pub fn admin_output_schema(
    stmt: &Admin,
    query_ctx: &QueryContextRef,
) -> Option<Schema>
Expand description

Output schema of an ADMIN statement, mirroring what CoreAdminFunctionService::execute produces. None if the function or arguments are unresolvable; execution will then surface the error.