R (prqlr) Installation Usage R (prqlr) R bindings for prql-compiler . prqlr also includes knitr (R Markdown and Quarto) integration, which allows us to easily create docum...
Text functions Example PRQL SQL Text functions These are all the functions defined in the text module: function parameters description contains sub col Returns true if c...
Bindings Supported Unsupported Nascent Bindings PRQL has bindings for many languages. These include: We have three tiers of bindings: Supported Unsupported Nascent Supp...
Transforms Transforms PRQL queries are a pipeline of transformations (“transforms”), where each transform takes the previous result and adjusts it in some way, before passing i...
Development Setting up an initial dev environment Setting up a full dev environment Option 1: Use the project’s task Option 2: Install tools individually Option 3: Use a Dev C...
Development Setting up an initial dev environment Setting up a full dev environment Option 1: Use the project’s task Option 2: Install tools individually Option 3: Use a Dev C...
Relations Queries select transform derive transform join transform Summary Relations PRQL is designed on top of relational algebra, which is the established data model use...
Relations Queries select transform derive transform join transform Summary Relations PRQL is designed on top of relational algebra, which is the established data model use...