pub fn compile_sql<T: TableSchemaView + StateView>( db: &RelationalDB, auth: &AuthCtx, tx: &T, sql_text: &str, ) -> Result<Vec<CrudExpr>, DBError>
Compile the SQL expression into an ast
SQL
ast