Expand description
Deletions from a B tree.
Structs§
- Concat
- Represents the concatenation of a modified page and one of its sibling (left or right).
- Modified
Page - Represents a page with modifications from a merge.
Enums§
- Op
- Represents the result of a merge or rebalance, without touching the parent of the merge/rebalance.
Functions§
- del
- If
value
isNone
, delete the first entry forkey
from the database, if present. Else, delete the entry for(key, value)
, if present. - del_
no_ decr - If
value
isNone
, delete the first entry forkey
from the database, if present. Else, delete the entry for(key, value)
, if present.