oxigdal-query 0.1.4

SQL-like query language and cost-based optimizer for geospatial data
Documentation
1
2
3
4
5
6
7
//! Query language parser.

pub mod ast;
pub mod sql;

pub use ast::*;
pub use sql::parse_sql;