Enum mentat_db::types::AttributeBitFlags [] [src]

pub enum AttributeBitFlags {
    IndexAVET,
    IndexVAET,
    IndexFulltext,
    UniqueValue,
}

Bit flags used in flags0 column in temporary tables created during search, such as the search_results, inexact_searches and exact_searches tables. When moving to a more concrete table, such as datoms, they are expanded out via these flags and put into their own column rather than a bit field.

Variants

Trait Implementations

Auto Trait Implementations

impl Send for AttributeBitFlags

impl Sync for AttributeBitFlags