Skip to main content

Module fact_flags

Module fact_flags 

Source
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::vector is meaningful).
TOMBSTONE
The fact is deleted; recall never returns it, maintain purges it.