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
u32column ID from a property key name.
Type Aliases§
- Result
- Crate-wide result type.