书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 448 个相关结果.
  • 9.3. Date functions

    Date functions to_text PRQL SQL PRQL SQL PRQL SQL Date & time format specifiers Date functions These are all the functions defined in the date module: to_text Conve...
  • 4.7. Parameters

    Parameters PRQL SQL Parameters PRQL will retain parameters like $1 in SQL output, which can then be supplied to the SQL query as a prepared query: PRQL from employees ...
  • 7.3. Tuples

    Tuples PRQL SQL PRQL SQL Tuples Tuple is a container type, composed of multiple fields. Each field can have a different type. Number of fields and their types must be known...
  • 11.1. .NET

    prql-dotnet Installation Usage TODO prql-dotnet prql-net offers PRQL bindings for .NET bindings as a netstandard2.0 library. It provides the PrqlCompiler class which con...
  • 7.7. Pipes

    Pipes PRQL SQL PRQL SQL PRQL SQL Inner Transforms PRQL SQL Pipes Pipes are the connection between transforms that make up a pipeline. The relation produced by a trans...
  • 6.2. Java

    Java (prql-java) Installation Usage Java (prql-java) prql-java offers Rust bindings to the prql-compiler Rust library. It exposes a Java native method public static native ...
  • 11. Changelog

    PRQL Changelog 0.8.0 — 2023-04-14 0.7.1 — 2023-04-03 0.7.0 — 2023-04-01 April 2023 update 0.6.1 — 2023-03-12 0.6.0 — 2023-03-08 0.5.2 — 2023-02-18 0.5.1 — 2023-02-17 0.5.0 ...
  • Overview

    Overview Language reference Project Overview PRQL project documentation. Language reference In-depth information about the PRQL language. Includes justifications for lang...
  • 10.2. Name resolution

    Name resolution Scopes Resolving Translating to SQL PRQL SQL PRQL SQL Name resolution Because PRQL primarily handles relational data, it has specialized scoping rules fo...
  • 10.3. Name resolving

    Name resolving Scopes Resolving Translating to SQL PRQL SQL PRQL SQL Name resolving Because PRQL primarily handles relational data, it has specialized scoping rules for ...