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...
Bindings Supported Unsupported Nascent Naming Bindings PRQL has bindings for many languages. These include: We have three tiers of bindings: Supported Unsupported Nascen...
Filtering rows filter transform take transform Filtering rows In the previous page we learned how select , derive , and join change the columns of a table. Now we will expl...
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...