Skip to main content

process_ast_with_render

Function process_ast_with_render 

Source
pub fn process_ast_with_render(
    query: Statement,
    db: &mut Database,
) -> Result<CommandOutput>
Expand description

Same as process_command_with_render but takes a pre-parsed Statement. SQLR-23 — Statement / Connection::prepare_cached dispatch through this entry point so they pay the sqlparser cost once at prepare time, not per execute.