Re-exports§
pub use index::CsrIndex;pub use statistics::DegreeHistogram;pub use statistics::GraphStatistics;pub use statistics::LabelStats;pub use weights::extract_weight_from_properties;
Modules§
- index
- Dense integer CSR adjacency index with interned node IDs and labels.
- memory
- Memory estimation, access tracking, and prefetching for the CSR index.
- persist
- CSR checkpoint serialization/deserialization.
- slice_
accessors - Slice accessors for the CSR index.
- statistics
- Edge table statistics for query planning and optimization.
- weights
- Edge weight management for the CSR index.
Enums§
- Direction
- Edge traversal direction.