书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 379 个相关结果.
  • 8. Examples

    Examples Examples These examples are rewritten from other languages such as SQL. They try to express real-world problems in PRQL, covering most of the language features. We are...
  • 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...
  • 8. Examples

    Examples Examples These examples are rewritten from other languages such as SQL. They try to express real-world problems in PRQL, covering most of the language features. We are...
  • 9.1.8. Loop

    Loop Examples PRQL SQL Loop Experimental loop { step_function } { initial_relation } Iteratively applies step function to initial relation until the step return...
  • 5.7. Standard library

    Standard library PRQL SQL Standard library The standard library currently contains commonly used functions that are used in SQL. It’s not yet as broad as we’d like, and we’re...
  • 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...
  • 9.5. Text functions

    Text functions Example PRQL SQL Text functions These are all the functions defined in the text module: function parameters description contains sub col Returns true if c...
  • 9.4. Mathematical functions

    Mathematical functions Example PRQL SQL Mathematical functions These are all the functions defined in the math module: function parameters description abs col Absolute va...
  • 5.8.3. Reading files

    Reading files PRQL SQL Reading files We have a couple of functions named read_* , which ask the DB to read files, designed for DuckDB: PRQL from ( read_parquet 'artists...
  • 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...