Expand description
Core type definitions for Graphos.
This module contains all fundamental types used throughout the graph database:
- Identifier types (
NodeId,EdgeId,TxId,EpochId) - Property types (
Value,PropertyKey,LogicalType) - Temporal types (
Timestamp)
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.
- Property
Key - A property key (interned string identifier).
- Timestamp
- A timestamp representing a point in time.
- TxId
- Unique identifier for a transaction.
Enums§
- Logical
Type - Logical type for values in Graphos.
- Value
- A dynamically-typed property value.