lora-executor 0.2.0

Query-plan executor for LoraDB's Cypher implementation.
Documentation
1
2
3
4
5
6
7
mod errors;
mod eval;
mod executor;
mod value;

pub use executor::*;
pub use value::*;