Skip to main content

compile_function_body

Function compile_function_body 

Source
pub fn compile_function_body(
    context: &RoutineCompilationContext<'_>,
    def: &CreateFunction,
) -> Result<CompiledFunctionBody, SQLError>