PRQL compiler Installation Examples Terminology PRQL compiler prql-compiler contains the implementation of PRQL’s compiler, written in Rust. For more on PRQL, check out th...
Pipelines PRQL SQL Adding transforms PRQL SQL Compiling to SQL PRQL SQL See also Pipelines PRQL queries are a sequence of lines (or transforms) that form a pipeline. E...
Sort Parameters Examples PRQL SQL PRQL SQL PRQL SQL PRQL SQL Ordering guarantees PRQL SQL Sort Order rows based on the values of one or more expressions (generally...
Functions PRQL SQL PRQL SQL Piping PRQL SQL PRQL SQL PRQL SQL Scope Late binding PRQL SQL Functions Functions are a fundamental abstraction in PRQL — they allow ...