Skip to main content

Crate sparrowdb_common

Crate sparrowdb_common 

Source

Structs§

EdgeId
Edge identifier: monotonic u64 sourced from the active metapage.
Lsn
Logical sequence number identifying a WAL record.
NodeId
Node identifier: upper 16 bits = label_id, lower 48 bits = slot_id.
PageId
Physical page identifier within a file.
TxnId
Transaction identifier.

Enums§

Error
All errors that SparrowDB can return.

Functions§

col_id_of
Derive a stable u32 column ID from a property key name.

Type Aliases§

Result
Crate-wide result type.