Module del

Source
Expand description

Deletions from a B tree.

Structs§

Concat
Represents the concatenation of a modified page and one of its sibling (left or right).
ModifiedPage
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 is None, delete the first entry for key from the database, if present. Else, delete the entry for (key, value), if present.
del_no_decr
If value is None, delete the first entry for key from the database, if present. Else, delete the entry for (key, value), if present.