Expand description
Index structures for fast node and edge lookups
Provides label indexes, property indexes, and edge type indexes for efficient querying
Structsยง
- Adjacency
Index - Adjacency index for fast neighbor lookups
- Edge
Type Index - Edge type index (maps edge types to edge IDs)
- Hyperedge
Node Index - Hyperedge node index (maps nodes to hyperedges they participate in)
- Label
Index - Label index for nodes (maps labels to node IDs)
- Property
Index - Property index for nodes (maps property keys to values to node IDs)