Skip to main content

parse_single_statement_with_scratch

Function parse_single_statement_with_scratch 

Source
pub fn parse_single_statement_with_scratch(
    sql: &str,
    scratch: &mut StatementParseScratch,
) -> Result<Statement, ParseError>
Expand description

Parse exactly one statement from sql using caller-owned lookaside.