1. 1. Introduction
  2. 2. Queries
    1. 2.1. Pipelines
    2. 2.2. Functions
    3. 2.3. Variables
  3. 3. Transforms
    1. 3.1. Aggregate
    2. 3.2. Append
    3. 3.3. Derive
    4. 3.4. Filter
    5. 3.5. From
    6. 3.6. From Text
    7. 3.7. Group
    8. 3.8. Join
    9. 3.9. Select
    10. 3.10. Sort
    11. 3.11. Take
    12. 3.12. Window
  4. 4. Syntax
  5. 5. Language features
    1. 5.1. Coalesce
    2. 5.2. Dates & times
    3. 5.3. Distinct
    4. 5.4. Null handling
    5. 5.5. Ranges
    6. 5.6. Regex
    7. 5.7. Standard library
      1. 5.7.1. From text
      2. 5.7.2. Loop
    8. 5.8. Strings
    9. 5.9. S-strings
    10. 5.10. F-strings
    11. 5.11. Case
    12. 5.12. Target & Version
  6. 6. Bindings
    1. 6.1. .NET
    2. 6.2. Elixir
    3. 6.3. Java
    4. 6.4. JavaScript
    5. 6.5. Python
    6. 6.6. R
    7. 6.7. Rust
  7. 7. Integrations
    1. 7.1. dbt
    2. 7.2. Jupyter
    3. 7.3. DuckDB
    4. 7.4. Prefect
    5. 7.5. VS Code
    6. 7.6. Rill
  8. 8. Examples
    1. 8.1. Variables
    2. 8.2. List equivalence
    3. 8.3. CTE (intermediate tables)
    4. 8.4. Employees
  9. 9. Contributing to PRQL
    1. 9.1. Development
    2. 9.2. Developing with Docker
    3. 9.3. Developing with Dev Containers
  10. 10. Internals
    1. 10.1. Compiler architecture
    2. 10.2. Helpers
    3. 10.3. Name resolving
    4. 10.4. Functions
    5. 10.5. Syntax highlighting

PRQL language book

From Text