Enum core_traits::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
IndexAVET
IndexVAET
IndexFulltext
UniqueValue