pub fn parse_source( source: &str, source_id: u16, ) -> Result<Vec<Stmt>, Vec<Error>>
Build PRQL AST from a PRQL query string.