Expand description
Bitemporal cell payload for the array engine.
CellPayload wraps the cell’s attribute values with valid-time bounds and
a Control-Plane-allocated surrogate. The sentinel constants mirror the
graph engine’s key sentinels so storage layer code can apply the same
tombstone / GDPR-erasure distinction to array cells.
Structs§
- Cell
Payload - Bitemporal cell value payload.
Constants§
- CELL_
GDPR_ ERASURE_ SENTINEL - GDPR erasure marker — preserves coordinate existence, removes content.
- CELL_
TOMBSTONE_ SENTINEL - Soft-delete marker for a cell version.
- OPEN_
UPPER - Sentinel value marking an interval’s upper bound as open (“until further notice”).
Functions§
- is_
cell_ gdpr_ erasure - Returns true if
bytesis the GDPR erasure sentinel. - is_
cell_ sentinel - Returns true if
bytesis any non-payload sentinel byte sequence. - is_
cell_ tombstone - Returns true if
bytesis the soft-delete tombstone sentinel.