Module index

Module index 

Source
Expand description

Index structures for fast node and edge lookups

Provides label indexes, property indexes, and edge type indexes for efficient querying

Structsยง

AdjacencyIndex
Adjacency index for fast neighbor lookups
EdgeTypeIndex
Edge type index (maps edge types to edge IDs)
HyperedgeNodeIndex
Hyperedge node index (maps nodes to hyperedges they participate in)
LabelIndex
Label index for nodes (maps labels to node IDs)
PropertyIndex
Property index for nodes (maps property keys to values to node IDs)