Module banyan_utils::tag_index[][src]

Structs

Disjunctive normal form of a boolean query expression

a compact index

Enums

a boolean expression, consisting of literals, union and intersection.

Functions

Lookup all tags in a TagSet tags in a TagSet table. If all lookups are successful, translate into a set of indices into the table If any lookup is unsuccessful, return None

Type Definitions

An index set is a set of u32 indices into the string table that will not allocate for up to 4 indices. The size of a non-spilled IndexSet is 32 bytes on 64 bit architectures, so just 8 bytes more than a Vec.