书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 379 个相关结果.
  • 4.4. Type system

    Type system Purpose Principles Theory Type annotations Type definitions Container types Physical layout Examples Appendix Built-in primitives Type representations RQ func...
  • 5. Language features

    Language features Language features The pages of this section describe how PRQL handles various aspects of the language. Feature Purpose Coalesce Handle potentially NULL value...
  • 5. Language features

    Language features Language features The pages of this section describe how PRQL handles various aspects of the language. Feature Purpose Coalesce Handle potentially NULL value...
  • 6.6. R

    R (prqlr) Installation Usage R (prqlr) R bindings for prql-compiler . prqlr also includes knitr (R Markdown and Quarto) integration, which allows us to easily create docum...
  • 10.3. Modules

    Modules Definition Name resolution Main var declaration File importing Declaration order Compiler interface Built-in module structure Example Modules This is a technic...
  • 7.2.2. R-strings

    R-strings PRQL SQL R-strings R-strings handle escape characters without special treatment: PRQL from artists derive normal_string = "\\\t" # two characters - \...
  • 10.1. Compiler architecture

    PRQL Compiler Architecture PRQL Compiler Architecture The PRQL compiler operates in the following stages: Lexing & Parsing : PRQL source text is split into tokens with the Ch...
  • 13. Bindings

    Bindings Supported Unsupported Nascent Bindings PRQL has bindings for many languages. These include: We have three tiers of bindings: Supported Unsupported Nascent Supp...
  • 14.5. Prefect

    Prefect Prefect Because Prefect is in native Python, it’s extremely easy to integrate with PRQL. With a Postgres Task, replace: PostgresExecute . run (..., query = sql ) ...
  • 8.5. Prefect

    Prefect Prefect Because Prefect is in native Python, it’s extremely easy to integrate with PRQL. With a Postgres Task, replace: PostgresExecute . run (..., query = sql ) ...