Function prql_compiler::parse

source ·
pub fn parse(string: &str) -> Result<Vec<Stmt>>
Expand description

Build PL AST from a PRQL query string.