arrow-graph 0.2.0

Arrow-native graph processing engine with SQL interface
Documentation
1
2
3
4
5
6
pub mod arrow_graph;
pub mod indexes;
pub mod tests;

pub use arrow_graph::ArrowGraph;
pub use indexes::GraphIndexes;