compile_sql_stmt

Function compile_sql_stmt 

Source
pub fn compile_sql_stmt(
    sql: &str,
    tx: &impl SchemaView,
    auth: &AuthCtx,
) -> Result<Statement>
Expand description

A utility for parsing and type checking a sql statement