Expand description
Labeled Property Graph (LPG) model.
The LPG model is the default graph model in Graphos. It supports:
- Nodes with labels and properties
- Directed edges with types and properties
- Multiple labels per node
- Efficient property storage
Structs§
- Edge
- An edge in the labeled property graph.
- Edge
Record - The compact representation of an edge.
- LpgStore
- The main LPG graph store.
- Node
- A node in the labeled property graph.
- Node
Record - The compact, cache-line friendly representation of a node.
- Property
Storage - Columnar property storage.
Enums§
- Compare
Op - Comparison operator for zone map predicate checks.