Developing with Docker Development cycle Installation Running code with Docker Developing the Dockerfile Developing with Docker The Dockerfile in this repo builds a Docker...
Window Example PRQL SQL PRQL SQL PRQL SQL Windowing by default PRQL SQL PRQL SQL Window functions as first class citizens PRQL SQL Window Applies a pipeline to s...
Standard library let my_func = param1 param2 … -> body_expr ``` Where: * my_func is the name of the function * param1 is the first parameter optionally followed by a type ...
From text PRQL SQL PRQL SQL PRQL SQL From text It’s often useful to make a small table inline, for example when exploring how a database will evaluate an expression, or t...
from_text PRQL SQL PRQL SQL PRQL SQL from_text It’s often useful to make a small table inline, for example when exploring how a database will evaluate an expression, or t...
Ranges PRQL SQL PRQL SQL See also Roadmap Ranges Range start..end represents as set of values between start and end , inclusive (greater of equal to start and less tha...
Ranges PRQL SQL PRQL SQL Roadmap Ranges PRQL has a concise range syntax start..end . If only one of start & end are supplied, the range is open on the empty side. Range...
Jupyter Installation Usage Jupyter pyprql contains pyprql.magic , a thin wrapper of JupySQL ’s SQL IPython magics. This allows us to run PRQL interactively on Jupyter/IPytho...
Jupyter Installation Usage Jupyter pyprql contains pyprql.magic , a thin wrapper of JupySQL ’s SQL IPython magics. This allows us to run PRQL interactively on Jupyter/IPytho...
Jupyter Installation Usage Jupyter pyprql contains pyprql.magic , a thin wrapper of JupySQL ’s SQL IPython magics. This allows us to run PRQL interactively on Jupyter/IPytho...