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...
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 ...
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...
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...
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...
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 ...
Overview Language reference Project Overview PRQL project documentation. Language reference In-depth information about the PRQL language. Includes justifications for lang...
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...
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 ...