Function prql_compiler::prql_to_pl
source · pub fn prql_to_pl(prql: &str) -> Result<Vec<Stmt>, ErrorMessages>Expand description
Parse PRQL into a PL AST
pub fn prql_to_pl(prql: &str) -> Result<Vec<Stmt>, ErrorMessages>Parse PRQL into a PL AST