Skip to main content

Module core

Module core 

Source

Structs§

DerivedCache 🔒
The previous generation’s values stick around (prev) so incremental builders can extend them instead of starting over; a value is consumed (removed) the first time its type resolves under the new generation, and anything never consumed drops on the following generation change.
SortColumns 🔒
Borrowed view of the sort-key columns, so permutation maintenance can hold &mut permutation arrays while comparing through the one definition of each key’s order (a drifting duplicate of cmp_by would silently corrupt the merge).
VolumeIndex
In-memory per-volume index.

Functions§

column_size 🔒
Size of id read through the u32 column + overflow map (ADR-0007).
pool_lower_name 🔒
Folded name bytes of id, from a name pool and its offset/length columns.

Type Aliases§

DerivedMap 🔒