书栈网 · BookStack 本次搜索耗时 0.009 秒,为您找到 379 个相关结果.
  • 7.3. 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 ) ...
  • 7.4. 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 ) ...
  • 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 ) ...
  • 13.7. R

    R (prqlr) Installation R (prqlr) R bindings for prql-compiler . prqlr also includes knitr (R Markdown and Quarto) integration, which allows us to easily create documents wi...
  • 7.12. Parameters

    Parameters PRQL SQL Parameters Parameter is a placeholder for a value provided after the compilation of the query. It uses the following syntax: $id , where id is an arbitr...
  • 1.13. Parameters

    Parameters PRQL SQL Parameters Parameter is a placeholder for a value provided after the compilation of the query. It uses the following syntax: $id , where id is an arbitr...
  • 4.4. Inner Transforms

    Inner Transforms PRQL SQL Inner Transforms Parentheses are also used for transforms (such as group and window ) that pass their result to an “inner transform”. The example b...
  • 8.3. CTE (intermediate tables)

    PRQL SQL PRQL let newest_employees = ( from employees sort tenure take 50 ) let average_salaries = ( from salaries group country ( ...
  • 8.3. CTE (intermediate tables)

    PRQL SQL PRQL let newest_employees = ( from employees sort tenure take 50 ) let average_salaries = ( from salaries group country ( ...
  • 7.7. 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...