prql-compiler 0.4.2

PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement.
Documentation
1
2
3
4
//! Abstract Syntax Tree
//!
pub mod pl;
pub mod rq;