Expand description
Insertions into a B tree.
Structs§
- Ok
- The representation of the update to a page.
Enums§
- Put
- The result of an insertion, i.e. either an update or a split.
Functions§
- put
- Insert an entry into a database, returning
false
if and only if the exact same entry (key and value) was already in the database.