pub fn format(prql: &str) -> Result<String>
Expand description

Format an PRQL query

This has two stages:

  • parse — Build an AST from a PRQL query string.
  • display — Write a AST back to string.