kotoba 0.1.3

GP2-based Graph Rewriting Language - ISO GQL-compliant queries, MVCC+Merkle persistence, and distributed execution
Documentation
1
2
3
4
5
6
7
8
9
//! クエリプランナー

pub mod logical;
pub mod physical;
pub mod optimizer;

pub use logical::*;
pub use physical::*;
pub use optimizer::*;