书栈网 · BookStack 本次搜索耗时 0.009 秒,为您找到 448 个相关结果.
  • 7.3. DuckDB

    DuckDB DuckDB There’s an experimental DuckDB extension from @ywelsch at ywelsch/duckdb-prql . Check out the Readme for more details.
  • 14.4. DuckDB

    DuckDB DuckDB There’s an experimental DuckDB extension from @ywelsch at ywelsch/duckdb-prql . Check out the Readme for more details.
  • 2. Filtering

    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...
  • 2. Filtering

    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...
  • 5.6. Regex

    Regex expressions Regex expressions Note At this time, PRQL does not have a facility for regular expression (regex) processing. The Milestone for 0.5 talks about general plan...
  • 2. Queries

    Queries Queries PRQL queries are composed of a sequence of transforms that form a pipeline that modifies data as it is passed from one to the next. The major items of a query ...
  • 8. Integrations

    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...
  • 10. Internals

    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...
  • 12.2. ClickHouse

    ClickHouse ClickHouse PRQL works natively in ClickHouse. Check out the ClickHouse docs for more details.
  • 8.7. Rill

    Rill Rill PRQL has had some work to integrate with Rill. See the Rill ssues for more details.