Expand description
Bit flags of FactRecord::flags.
Constants§
- CLOSED
- The validity interval is closed (
valid_to < u64::MAX) — the fact was revised. - HAS_
VECTOR - A vector slot is attached (
crate::model::FactRecord::vectoris meaningful). - TOMBSTONE
- The fact is deleted; recall never returns it,
maintainpurges it.