Expand description
§column_index
column_index
provides rank and select operations to associate positions when not all
documents have exactly one element.
Structs§
- Optional
Index - This codec is inspired by roaring bitmaps.
In the dense blocks, however, in order to accelerate
select
we interleave an offset over two bytes. (more on this lower)
Enums§
Traits§
Functions§
- merge_
column_ index - open_
column_ index - Open a serialized column index.
- serialize_
column_ index - Serialize a column index.