arrow-graph 0.6.2

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

pub use arrow_graph::ArrowGraph;
pub use indexes::GraphIndexes;
pub use streaming::{StreamingGraphProcessor, StreamingGraphSystem, StreamUpdate, UpdateResult, IncrementalAlgorithmProcessor};