Skip to main content

Module runtime

Module runtime 

Source

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§

EdgeData
Edge data - TOPOLOGY ONLY
SimpleGraph
Simple directed graph with adjacency lists.
VertexData
Vertex data - TOPOLOGY ONLY

Enums§

Direction
Direction for neighbor traversal.