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.
EdgeTypeId
Unique identifier for an edge type in the catalog.
EpochId
Unique identifier for an epoch in the arena allocator.
IndexId
Unique identifier for an index in the catalog.
LabelId
Unique identifier for a label in the catalog.
NodeId
Unique identifier for a node in the graph.
PropertyKey
A property key (interned string identifier).
PropertyKeyId
Unique identifier for a property key in the catalog.
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.