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...
Aggregate Examples PRQL SQL PRQL SQL Aggregate is required PRQL SQL Aggregate Summarizes many rows into one row. When applied: without group , it produces one row fr...
Aggregate Examples PRQL SQL PRQL SQL Aggregate is required PRQL SQL Aggregate Summarizes many rows into one row. When applied: without group , it produces one row fr...
Aggregate Examples PRQL SQL PRQL SQL Aggregate is required PRQL SQL Aggregate Summarizes many rows into one row. When applied: without group , it produces one row fr...
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...
Syntax highlighting Syntax highlighting PRQL contains multiple grammar definitions to enable tools to highlight PRQL code. These are all intended to provide as good an experien...
prql-js Installation Usage From Node.js From a browser From a framework or a bundler Errors Development Notes prql-js JavaScript bindings for prql-compiler . Installa...
Ranges PRQL SQL PRQL SQL Roadmap Ranges PRQL has a concise range syntax start..end . If only one of start & end are supplied, the range is open on the empty side. Range...