compile_sql_stmt

Function compile_sql_stmt 

Source
pub fn compile_sql_stmt<'a>(
    sql: &'a str,
    tx: &impl SchemaView,
    auth: &AuthCtx,
) -> TypingResult<StatementCtx<'a>>
Expand description

Parse and type check a general query into a StatementCtx.