wardenclyffe 0.1.1

A tiny Rust query engine that supports SQL-like filters, CSV scanning, projections, and a custom DSL powered by Pest.
Documentation
1
2
3
4
5
6
7
pub mod executor;
pub mod csv_source;
pub mod parquet_source;
pub mod datasource;
pub mod parser;
pub mod ast;
pub mod eval;