Integrations Integrations PRQL is building integrations with lots of external tools, including: Jupyter ClickHouse DuckDB Prefect VS Code Rill We also have a CLI, prql...
Internals Internals This chapter explains PRQL’s semantics: how expressions are interpreted and their meaning. It’s intended for advanced users and compiler contributors. Nam...
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...