Not found
4 | 5 |This page does not exist.
6 |├── web
├── website
│ ├── static
│ │ ├── CNAME
│ │ └── img
│ │ │ ├── favicon.ico
│ │ │ ├── favicon-16x16.png
│ │ │ ├── favicon-32x32.png
│ │ │ └── apple-touch-icon.png
│ ├── .gitignore
│ ├── themes
│ │ └── prql-theme
│ │ │ ├── layouts
│ │ │ ├── shortcodes
│ │ │ │ ├── cite.html
│ │ │ │ ├── faq.html
│ │ │ │ ├── columns.html
│ │ │ │ └── link.html
│ │ │ ├── 404.html
│ │ │ └── _default
│ │ │ │ ├── big_iframe.html
│ │ │ │ ├── single.html
│ │ │ │ ├── _markup
│ │ │ │ └── render-link.html
│ │ │ │ └── list.html
│ │ │ ├── static
│ │ │ ├── favicon.ico
│ │ │ ├── favicon-16x16.png
│ │ │ ├── favicon-32x32.png
│ │ │ ├── fonts
│ │ │ │ ├── boxicons.eot
│ │ │ │ ├── boxicons.ttf
│ │ │ │ ├── boxicons.woff
│ │ │ │ ├── boxicons.woff2
│ │ │ │ ├── inter-extra-nold.woff
│ │ │ │ └── inter-extra-bold.woff2
│ │ │ └── apple-touch-icon.png
│ │ │ ├── archetypes
│ │ │ └── default.md
│ │ │ └── theme.toml
│ ├── archetypes
│ │ └── default.md
│ ├── content
│ │ ├── playground.html
│ │ └── posts
│ │ │ ├── 2023-02-02-one-year
│ │ │ ├── 7cpDySb.png
│ │ │ ├── FQ9QSOo.png
│ │ │ ├── GXLvoXn.png
│ │ │ ├── URpCf29.png
│ │ │ └── ncVXken.png
│ │ │ └── 2023-01-28-format-pretty-reports
│ │ │ └── query_result.png
│ ├── data
│ │ └── examples
│ │ │ ├── f-strings.yaml
│ │ │ ├── functions.yaml
│ │ │ ├── s-strings.yaml
│ │ │ ├── basic.yaml
│ │ │ ├── dialects.yaml
│ │ │ ├── null-handling.yaml
│ │ │ ├── windows.yaml
│ │ │ ├── joins.yaml
│ │ │ ├── orthogonal.yaml
│ │ │ ├── top-n.yaml
│ │ │ ├── expressions.yaml
│ │ │ ├── hero.yaml
│ │ │ └── friendly-syntax.yaml
│ └── README.md
├── book
│ ├── src
│ │ ├── reference
│ │ │ ├── data
│ │ │ │ ├── README.md
│ │ │ │ └── from.md
│ │ │ ├── declarations
│ │ │ │ └── README.md
│ │ │ ├── spec
│ │ │ │ └── README.md
│ │ │ ├── syntax
│ │ │ │ ├── arrays.md
│ │ │ │ ├── comments.md
│ │ │ │ ├── r-strings.md
│ │ │ │ ├── parameters.md
│ │ │ │ └── case.md
│ │ │ └── stdlib
│ │ │ │ └── transforms
│ │ │ │ ├── take.md
│ │ │ │ ├── derive.md
│ │ │ │ └── filter.md
│ │ └── project
│ │ │ ├── changelog.md
│ │ │ ├── bindings
│ │ │ ├── php.md
│ │ │ ├── dotnet.md
│ │ │ ├── elixir.md
│ │ │ ├── java.md
│ │ │ ├── javascript.md
│ │ │ ├── python.md
│ │ │ ├── rust.md
│ │ │ └── r.md
│ │ │ ├── integrations
│ │ │ ├── prqlc-cli.md
│ │ │ ├── rill.md
│ │ │ ├── databend.md
│ │ │ ├── clickhouse.md
│ │ │ ├── prefect.md
│ │ │ ├── README.md
│ │ │ ├── duckdb.md
│ │ │ └── vscode.md
│ │ │ └── contributing
│ │ │ └── fortnightly-dev-call.ics
│ ├── tests
│ │ └── documentation
│ │ │ ├── README.md
│ │ │ ├── snapshots
│ │ │ ├── documentation__book__reference__data__from__0.snap
│ │ │ ├── documentation__book__reference__data__from__2.snap
│ │ │ ├── documentation__book__project__target__version__0.snap
│ │ │ ├── documentation__book__reference__syntax__tuples__0.snap
│ │ │ ├── documentation__book__reference__syntax__tuples__1.snap
│ │ │ ├── documentation__book__reference__data__from__1.snap
│ │ │ ├── documentation__book__reference__data__read-files__reading-files__1.snap
│ │ │ ├── documentation__book__reference__syntax__s-strings__1.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__select__examples__2.snap
│ │ │ ├── documentation__book__reference__spec__name-resolution__translating-to-sql__0.snap
│ │ │ ├── documentation__book__reference__syntax__parameters__0.snap
│ │ │ ├── documentation__book__reference__data__from__3.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__take__examples__0.snap
│ │ │ ├── documentation__book__reference__syntax__keywords__schemas--database-names__0.snap
│ │ │ ├── documentation__book__reference__syntax__s-strings__0.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__sort__examples__0.snap
│ │ │ ├── documentation__book__reference__syntax__comments__0.snap
│ │ │ ├── documentation__book__reference__syntax__keywords__identifiers--keywords__0.snap
│ │ │ ├── documentation__book__reference__syntax__keywords__quoting__0.snap
│ │ │ ├── documentation__book__reference__syntax__operators__coalesce__0.snap
│ │ │ ├── documentation__book__reference__stdlib__distinct__how-do-i-remove-duplicates__1.snap
│ │ │ ├── documentation__book__reference__syntax__keywords__quoting__1.snap
│ │ │ ├── documentation__book__reference__stdlib__math__example__0.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__filter__examples__0.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__sort__examples__1.snap
│ │ │ ├── documentation__book__reference__syntax__keywords__identifiers--keywords__3.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__select__excluding-columns__2.snap
│ │ │ ├── documentation__book__reference__syntax__operators__regex-expressions__0.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__group__1.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__select__excluding-columns__3.snap
│ │ │ ├── documentation__book__project__target__version__1.snap
│ │ │ ├── documentation__book__reference__stdlib__distinct__how-do-i-remove-duplicates__0.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__filter__examples__3.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__select__examples__3.snap
│ │ │ ├── documentation__book__reference__syntax__f-strings__0.snap
│ │ │ ├── documentation__book__project__target__examples__0.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__select__examples__0.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__select__excluding-columns__0.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__append__0.snap
│ │ │ ├── documentation__book__reference__syntax__literals__dates__0.snap
│ │ │ ├── documentation__book__reference__syntax__literals__durations__0.snap
│ │ │ ├── documentation__book__reference__syntax__operators__parentheses__2.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__aggregate__aggregate-is-required__0.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__derive__examples__0.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__filter__examples__2.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__sort__examples__2.snap
│ │ │ ├── documentation__book__reference__stdlib__date__date-functions__0.snap
│ │ │ ├── documentation__book__reference__stdlib__date__date-functions__2.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__aggregate__examples__0.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__select__excluding-columns__1.snap
│ │ │ ├── documentation__book__reference__syntax__keywords__0.snap
│ │ │ ├── documentation__book__project__target__examples__1.snap
│ │ │ ├── documentation__book__reference__stdlib__date__date-functions__1.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__filter__examples__1.snap
│ │ │ ├── documentation__book__reference__syntax__ranges__1.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__append__remove__0.snap
│ │ │ ├── documentation__book__reference__syntax__literals__times__0.snap
│ │ │ ├── documentation__book__reference__syntax__operators__regex-expressions__4.snap
│ │ │ ├── documentation__book__reference__syntax__operators__regex-expressions__1.snap
│ │ │ ├── documentation__book__reference__spec__null__null-handling__0.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__append__intersection__0.snap
│ │ │ ├── documentation__book__reference__syntax__operators__regex-expressions__2.snap
│ │ │ ├── documentation__book__reference__syntax__pipes__0.snap
│ │ │ ├── documentation__book__reference__syntax__pipes__1.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__take__examples__1.snap
│ │ │ ├── documentation__book__reference__declarations__functions__0.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__join__examples__4.snap
│ │ │ ├── documentation__book__reference__syntax__keywords__identifiers--keywords__1.snap
│ │ │ ├── documentation__book__reference__syntax__operators__regex-expressions__3.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__join__examples__3.snap
│ │ │ ├── documentation__book__reference__syntax__keywords__identifiers--keywords__2.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__window__windowing-by-default__0.snap
│ │ │ ├── documentation__book__reference__syntax__s-strings__braces__0.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__join__examples__1.snap
│ │ │ ├── documentation__book__reference__syntax__pipes__ceci-nest-pas-une-pipe__1.snap
│ │ │ ├── documentation__book__reference__declarations__variables__variables--__1.snap
│ │ │ ├── documentation__book__reference__declarations__functions__piping-values-into-functions__1.snap
│ │ │ ├── documentation__book__reference__syntax__operators__regex-expressions__5.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__join__examples__0.snap
│ │ │ ├── documentation__book__reference__syntax__operators__wrapping-lines__0.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__select__examples__1.snap
│ │ │ ├── documentation__book__reference__syntax__f-strings__1.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__window__windowing-by-default__1.snap
│ │ │ ├── documentation__book__reference__stdlib__text__example__0.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__group__0.snap
│ │ │ ├── documentation__book__reference__syntax__r-strings__0.snap
│ │ │ ├── documentation__book__reference__syntax__s-strings__precedence-within-s-strings__0.snap
│ │ │ ├── documentation__book__reference__syntax__pipes__inner-transforms__0.snap
│ │ │ ├── documentation__book__reference__syntax__s-strings__precedence-within-s-strings__1.snap
│ │ │ ├── documentation__book__reference__spec__name-resolution__translating-to-sql__1.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__sort__examples__3.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__sort__ordering-guarantees__0.snap
│ │ │ ├── documentation__book__reference__syntax__case__0.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__aggregate__examples__1.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__derive__examples__1.snap
│ │ │ ├── documentation__book__reference__syntax__operators__parentheses__1.snap
│ │ │ ├── documentation__book__reference__syntax__strings__0.snap
│ │ │ ├── documentation__book__reference__stdlib__README__standard-library__2.snap
│ │ │ ├── documentation__book__reference__syntax__pipes__ceci-nest-pas-une-pipe__0.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__window__window-functions-as-first-class-citizens__0.snap
│ │ │ ├── documentation__book__reference__syntax__case__1.snap
│ │ │ ├── documentation__book__reference__syntax__literals__timestamps__0.snap
│ │ │ ├── documentation__book__reference__syntax__strings__quoting-and-escape-characters__0.snap
│ │ │ ├── documentation__book__reference__data__relation-literals__array-literals__0.snap
│ │ │ ├── documentation__book__reference__stdlib__distinct__remove-duplicates-from-each-group__1.snap
│ │ │ ├── documentation__book__reference__data__relation-literals__array-literals__3.snap
│ │ │ ├── documentation__book__reference__syntax__literals__numbers__0.snap
│ │ │ ├── documentation__book__reference__syntax__ranges__0.snap
│ │ │ ├── documentation__book__reference__stdlib__README__standard-library__1.snap
│ │ │ ├── documentation__book__reference__syntax__f-strings__2.snap
│ │ │ ├── documentation__book__reference__declarations__functions__1.snap
│ │ │ ├── documentation__book__reference__declarations__functions__piping-values-into-functions__2.snap
│ │ │ ├── documentation__book__reference__declarations__variables__variables--__2.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__join__examples__2.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__window__example__0.snap
│ │ │ ├── documentation__book__reference__syntax__s-strings__2.snap
│ │ │ ├── documentation__book__reference__syntax__keywords__quoting__2.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__group__2.snap
│ │ │ ├── documentation__book__reference__declarations__functions__piping-values-into-functions__0.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__loop__examples__0.snap
│ │ │ ├── documentation__book__reference__stdlib__distinct__remove-duplicates-from-each-group__0.snap
│ │ │ ├── documentation__book__reference__data__relation-literals__array-literals__2.snap
│ │ │ ├── documentation__book__reference__stdlib__README__standard-library__0.snap
│ │ │ ├── documentation__book__reference__data__relation-literals__array-literals__4.snap
│ │ │ ├── documentation__book__reference__syntax__operators__division-and-integer-division__0.snap
│ │ │ ├── documentation__book__README__prql-language-book__0.snap
│ │ │ ├── documentation__book__reference__syntax__operators__0.snap
│ │ │ ├── documentation__book__reference__declarations__variables__variables--__0.snap
│ │ │ ├── documentation__book__reference__syntax__operators__wrapping-lines__1.snap
│ │ │ ├── documentation__book__reference__syntax__s-strings__3.snap
│ │ │ ├── documentation__book__reference__declarations__functions__late-binding__0.snap
│ │ │ ├── documentation__book__reference__syntax__strings__quoting-and-escape-characters__1.snap
│ │ │ ├── documentation__book__reference__stdlib__transforms__window__example__1.snap
│ │ │ └── documentation__book__reference__data__read-files__reading-files__0.snap
│ │ │ ├── main.rs
│ │ │ └── readme.rs
│ ├── theme
│ │ └── head.hbs
│ ├── comparison-table.css
│ ├── book.toml
│ └── README.md
├── .gitignore
├── prql-codemirror-demo
│ ├── src
│ │ ├── vite-env.d.ts
│ │ └── style.css
│ ├── index.html
│ ├── .gitignore
│ ├── README.md
│ ├── tsconfig.json
│ └── package.json
└── playground
│ ├── public
│ ├── robots.txt
│ ├── favicon.ico
│ └── manifest.json
│ ├── src
│ ├── app
│ │ └── App.css
│ ├── setupTests.js
│ ├── reportWebVitals.js
│ ├── output
│ │ └── Output.css
│ └── main.jsx
│ ├── vite.config.js
│ ├── README.md
│ ├── .gitignore
│ └── .eslintrc.cjs
├── prqlc
├── bindings
│ ├── dotnet
│ │ ├── .gitignore
│ │ ├── PrqlCompiler.Tests
│ │ │ └── Usings.cs
│ │ └── PrqlCompiler
│ │ │ ├── NativeResult.cs
│ │ │ ├── NativePrqlCompilerOptions.cs
│ │ │ ├── MessageKind.cs
│ │ │ └── Span.cs
│ ├── java
│ │ ├── java
│ │ │ ├── src
│ │ │ │ ├── main
│ │ │ │ │ └── resources
│ │ │ │ │ │ └── .gitkeep
│ │ │ │ └── test
│ │ │ │ │ └── resources
│ │ │ │ │ └── .gitkeep
│ │ │ └── .mvn
│ │ │ │ └── wrapper
│ │ │ │ └── maven-wrapper.jar
│ │ ├── .gitignore
│ │ ├── Cargo.toml
│ │ └── README.md
│ ├── php
│ │ ├── .gitignore
│ │ ├── .editorconfig
│ │ └── src
│ │ │ ├── Result.php
│ │ │ ├── Span.php
│ │ │ ├── MessageKind.php
│ │ │ └── SourceLocation.php
│ ├── prqlc-python
│ │ ├── python
│ │ │ └── prqlc
│ │ │ │ ├── py.typed
│ │ │ │ ├── debug.pyi
│ │ │ │ ├── __init__.py
│ │ │ │ └── __init__.pyi
│ │ ├── build.rs
│ │ └── Taskfile.yaml
│ ├── elixir
│ │ ├── test
│ │ │ └── test_helper.exs
│ │ ├── .formatter.exs
│ │ ├── native
│ │ │ └── prql
│ │ │ │ ├── README.md
│ │ │ │ ├── .cargo
│ │ │ │ └── config.toml
│ │ │ │ └── Cargo.toml
│ │ ├── lib
│ │ │ └── prql
│ │ │ │ └── errors.ex
│ │ └── .gitignore
│ └── prqlc-c
│ │ ├── examples
│ │ ├── minimal-zig
│ │ │ ├── .gitignore
│ │ │ └── README.md
│ │ ├── minimal-c
│ │ │ ├── README.md
│ │ │ └── Makefile
│ │ └── minimal-cpp
│ │ │ ├── README.md
│ │ │ ├── main.cpp
│ │ │ └── Makefile
│ │ └── cbindgen.toml
├── prqlc
│ ├── tests
│ │ └── integration
│ │ │ ├── project
│ │ │ ├── artists.prql
│ │ │ └── Project.prql
│ │ │ ├── queries
│ │ │ ├── take.prql
│ │ │ ├── constants_only.prql
│ │ │ ├── distinct.prql
│ │ │ ├── sort_2.prql
│ │ │ ├── read_csv.prql
│ │ │ ├── cast.prql
│ │ │ ├── append_select_nulls.prql
│ │ │ ├── distinct_on.prql
│ │ │ ├── group_all.prql
│ │ │ ├── group_sort.prql
│ │ │ ├── append_select_simple.prql
│ │ │ ├── aggregation.prql
│ │ │ ├── append_select.prql
│ │ │ ├── set_ops_remove.prql
│ │ │ ├── genre_counts.prql
│ │ │ ├── loop_01.prql
│ │ │ ├── switch.prql
│ │ │ ├── sort.prql
│ │ │ ├── group_sort_limit_take.prql
│ │ │ ├── pipelines.prql
│ │ │ ├── sort_3.prql
│ │ │ ├── append_select_multiple_with_null.prql
│ │ │ ├── group_sort_derive_select_join.prql
│ │ │ ├── append_select_compute.prql
│ │ │ ├── group_sort_filter_derive_select_join.prql
│ │ │ └── text_module.prql
│ │ │ ├── main.rs
│ │ │ ├── data
│ │ │ └── chinook
│ │ │ │ ├── media_types.csv
│ │ │ │ ├── playlists.csv
│ │ │ │ └── genres.csv
│ │ │ ├── snapshots
│ │ │ ├── integration__queries__fmt__take.snap
│ │ │ ├── integration__queries__compileall__distinct.snap
│ │ │ ├── integration__queries__compile__take.snap
│ │ │ ├── integration__queries__results__constants_only.snap
│ │ │ ├── integration__queries__fmt__constants_only.snap
│ │ │ ├── integration__queries__fmt__read_csv.snap
│ │ │ ├── integration__queries__fmt__distinct.snap
│ │ │ ├── integration__queries__fmt__cast.snap
│ │ │ ├── integration__queries__fmt__sort_2.snap
│ │ │ ├── integration__queries__results__append_select_nulls.snap
│ │ │ ├── integration__queries__compileall__genre_counts.snap
│ │ │ ├── integration__queries__results__genre_counts.snap
│ │ │ ├── integration__queries__results__read_csv.snap
│ │ │ ├── integration__queries__compileall__loop_01.snap
│ │ │ ├── integration__queries__results__aggregation.snap
│ │ │ ├── integration__queries__compileall__sort.snap
│ │ │ ├── integration__queries__results__group_sort.snap
│ │ │ ├── integration__queries__results__set_ops_remove.snap
│ │ │ ├── integration__queries__compileall__take.snap
│ │ │ ├── integration__queries__compileall__group_sort_limit_take.snap
│ │ │ ├── integration__queries__fmt__group_sort.snap
│ │ │ ├── integration__queries__results__loop_01.snap
│ │ │ ├── integration__queries__compile__read_csv.snap
│ │ │ ├── integration__queries__compile__distinct.snap
│ │ │ ├── integration__queries__results__take.snap
│ │ │ ├── integration__queries__fmt__distinct_on.snap
│ │ │ ├── integration__queries__fmt__group_all.snap
│ │ │ ├── integration__queries__results__sort_3.snap
│ │ │ ├── integration__queries__fmt__loop_01.snap
│ │ │ ├── integration__queries__fmt__append_select_nulls.snap
│ │ │ ├── integration__queries__fmt__genre_counts.snap
│ │ │ ├── integration__queries__compile__constants_only.snap
│ │ │ ├── integration__queries__compile__cast.snap
│ │ │ ├── integration__queries__compileall__group_sort_derive_select_join.snap
│ │ │ ├── integration__queries__results__append_select.snap
│ │ │ ├── integration__queries__compile__genre_counts.snap
│ │ │ ├── integration__queries__fmt__aggregation.snap
│ │ │ ├── integration__queries__results__switch.snap
│ │ │ ├── integration__queries__fmt__switch.snap
│ │ │ ├── integration__queries__fmt__append_select_simple.snap
│ │ │ ├── integration__queries__fmt__pipelines.snap
│ │ │ ├── integration__queries__compileall__group_sort_filter_derive_select_join.snap
│ │ │ ├── integration__queries__compile__aggregation.snap
│ │ │ ├── integration__queries__fmt__append_select.snap
│ │ │ ├── integration__queries__results__group_all.snap
│ │ │ ├── integration__queries__results__sort.snap
│ │ │ ├── integration__queries__fmt__group_sort_limit_take.snap
│ │ │ ├── integration__queries__fmt__sort.snap
│ │ │ ├── integration__queries__results__append_select_compute.snap
│ │ │ ├── integration__queries__results__append_select_multiple_with_null.snap
│ │ │ ├── integration__queries__compileall__append_select_simple.snap
│ │ │ ├── integration__queries__results__group_sort_filter_derive_select_join.snap
│ │ │ ├── integration__queries__compile__sort_2.snap
│ │ │ ├── integration__queries__compileall__cast.snap
│ │ │ ├── integration__queries__fmt__set_ops_remove.snap
│ │ │ ├── integration__queries__compile__group_all.snap
│ │ │ └── integration__queries__compileall__group_sort.snap
│ │ │ └── dbs
│ │ │ └── dockerfiles
│ │ │ └── glaredb.Dockerfile
│ ├── examples
│ │ └── compile-files
│ │ │ ├── queries
│ │ │ ├── query1.prql
│ │ │ └── arrays.prql
│ │ │ ├── README.md
│ │ │ ├── src
│ │ │ └── main.rs
│ │ │ └── Cargo.toml
│ ├── src
│ │ ├── debug
│ │ │ └── mod.rs
│ │ ├── ir
│ │ │ ├── mod.rs
│ │ │ ├── pl
│ │ │ │ └── utils.rs
│ │ │ └── rq
│ │ │ │ └── utils.rs
│ │ ├── main.rs
│ │ └── semantic
│ │ │ └── resolver
│ │ │ └── snapshots
│ │ │ ├── prqlc__semantic__resolver__test__functions_pipeline.snap
│ │ │ ├── prqlc__semantic__resolver__test__frames_and_names-2.snap
│ │ │ ├── prqlc__semantic__resolver__test__append_union_different_tables.snap
│ │ │ └── prqlc__semantic__resolver__test__functions_1.snap
│ ├── benches
│ │ └── bench.rs
│ └── build.rs
├── prqlc-parser
│ └── src
│ │ ├── lib.rs
│ │ └── parser
│ │ └── pr
│ │ └── mod.rs
├── README.md
└── prqlc-macros
│ └── Cargo.toml
├── .github
├── ISSUE_TEMPLATE
│ ├── config.yaml
│ └── something_else.yaml
├── CONTRIBUTING.md
├── actionlint.yaml
├── workflows
│ ├── README.md
│ └── scripts
│ │ └── set_version.sh
├── nightly-failure.md
├── .codecov.yaml
└── CODE_OF_CONDUCT.md
├── grammars
├── prql-lezer
│ ├── .gitignore
│ ├── dist
│ │ ├── index.d.cts
│ │ └── index.d.ts
│ ├── rollup.config.js
│ └── test
│ │ ├── identifiers.txt
│ │ └── test-prql.js
├── CotEditor
│ └── README.md
├── emacs
│ └── README.md
├── nano
│ └── README.md
├── raku
│ ├── t
│ │ └── identifiers.rakutest
│ ├── META6.json
│ └── README.md
└── vim
│ └── README.md
├── .sqlfluff
├── .prettierrc.yaml
├── .vscode
└── extensions.json
├── .config
├── insta.yaml
└── vscode-recommended
│ ├── settings.json
│ ├── tasks.json
│ └── launch.json
├── .cargo
└── config.toml
├── rust-toolchain.toml
├── .devcontainer
└── base-image
│ └── Dockerfile
├── .prettierignore
├── .markdownlint-cli2.yaml
└── .gitattributes
/web/website/static/CNAME:
--------------------------------------------------------------------------------
1 | prql-lang.org
2 |
--------------------------------------------------------------------------------
/prqlc/bindings/dotnet/.gitignore:
--------------------------------------------------------------------------------
1 | bin
2 | obj
3 |
--------------------------------------------------------------------------------
/prqlc/bindings/java/java/src/main/resources/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/prqlc/bindings/java/java/src/test/resources/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/prqlc/bindings/php/.gitignore:
--------------------------------------------------------------------------------
1 | vendor/
2 | lib/
3 |
--------------------------------------------------------------------------------
/prqlc/bindings/prqlc-python/python/prqlc/py.typed:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/web/book/src/reference/data/README.md:
--------------------------------------------------------------------------------
1 | # Importing data
2 |
--------------------------------------------------------------------------------
/prqlc/bindings/elixir/test/test_helper.exs:
--------------------------------------------------------------------------------
1 | ExUnit.start()
2 |
--------------------------------------------------------------------------------
/web/website/.gitignore:
--------------------------------------------------------------------------------
1 | public/
2 |
3 | .hugo_build.lock
4 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/config.yaml:
--------------------------------------------------------------------------------
1 | blank_issues_enabled: true
2 |
--------------------------------------------------------------------------------
/web/.gitignore:
--------------------------------------------------------------------------------
1 | build
2 |
3 | # the old build dir
4 | book/book
5 |
--------------------------------------------------------------------------------
/web/book/src/reference/declarations/README.md:
--------------------------------------------------------------------------------
1 | # Declarations
2 |
--------------------------------------------------------------------------------
/grammars/prql-lezer/.gitignore:
--------------------------------------------------------------------------------
1 | /node_modules/
2 | /src/parser.*
3 | /dist
4 |
--------------------------------------------------------------------------------
/prqlc/bindings/dotnet/PrqlCompiler.Tests/Usings.cs:
--------------------------------------------------------------------------------
1 | global using Xunit;
2 |
--------------------------------------------------------------------------------
/web/book/src/project/changelog.md:
--------------------------------------------------------------------------------
1 | {{#include ../../../../CHANGELOG.md}}
2 |
--------------------------------------------------------------------------------
/.sqlfluff:
--------------------------------------------------------------------------------
1 | [sqlfluff]
2 | dialect = ansi
3 | exclude_rules = references.keywords
4 |
--------------------------------------------------------------------------------
/web/prql-codemirror-demo/src/vite-env.d.ts:
--------------------------------------------------------------------------------
1 | ///
3 | {{ .Inner | markdownify }}
4 | {{ (.Get 0) | markdownify }}
This page does not exist.
6 |