Re-exports§
pub use l0::L0Buffer;pub use l0_manager::L0Manager;pub use property_manager::PropertyManager;pub use vid_remapper::EidRemapper;pub use vid_remapper::VidRemapper;pub use context::QueryContext;pub use wal::WriteAheadLog;pub use working_graph::WorkingGraph;pub use writer::Writer;
Modules§
- context
- id_
allocator - ID allocation for vertices and edges using pure auto-increment counters.
- l0
- l0_
manager - l0_
visibility - L0 Visibility Chain Abstraction
- property_
manager - vid_
remapper - Bidirectional mapping between sparse VIDs and dense array indices.
- wal
- working_
graph - writer
Structs§
- Edge
Data - Edge data - TOPOLOGY ONLY
- Simple
Graph - Simple directed graph with adjacency lists.
- Vertex
Data - Vertex data - TOPOLOGY ONLY
Enums§
- Direction
- Direction for neighbor traversal.