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.
pub fn compile_sql_stmt<'a>(
sql: &'a str,
tx: &impl SchemaView,
auth: &AuthCtx,
) -> TypingResult<StatementCtx<'a>>Parse and type check a general query into a StatementCtx.