Skip to main content

Relations

Type Alias Relations 

Source
pub(super) type Relations = Vec<(ArrayVec<u8, KEY_LEN>, u64)>;
Expand description

The relatesto_typed rows to rewrite, each with its stale child value.

The key is copied verbatim and rewritten at its own row; one wider than the writer’s fixed length cannot be a relation row and is skipped.

Aliased Type§

pub(super) struct Relations { /* private fields */ }