Skip to main content

Module lpg

Module lpg 

Source
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.
EdgeRecord
The compact representation of an edge.
LpgStore
The main LPG graph store.
Node
A node in the labeled property graph.
NodeRecord
The compact, cache-line friendly representation of a node.
PropertyStorage
Columnar property storage.

Enums§

CompareOp
Comparison operator for zone map predicate checks.