PRQL compiler

prql-compiler contains the implementation of PRQL's compiler, written in rust.

For more on PRQL, check out the PRQL website or the PRQL repo.

Terminology

Relation = Standard definition of a relation in context of databases:

Frame = descriptor of a relation. Contains list of columns (with names and types). Does not contain data.

Table = persistently stored relation. Some uses of this term actually mean to say "relation".