Skip to main content

Module types

Module types 

Source
Expand description

Core type definitions for Graphos.

This module contains all fundamental types used throughout the graph database:

Structs§

EdgeId
Unique identifier for an edge in the graph.
EpochId
Unique identifier for an epoch in the arena allocator.
NodeId
Unique identifier for a node in the graph.
PropertyKey
A property key (interned string identifier).
Timestamp
A timestamp representing a point in time.
TxId
Unique identifier for a transaction.

Enums§

LogicalType
Logical type for values in Graphos.
Value
A dynamically-typed property value.