package
0.0.0-20201027173521-df1ffc243217
Repository: https://github.com/tomarrell/lbadd.git
Documentation: pkg.go.dev
# Constants
CellTypePointer indicates a PointerCell, which stores a key and an uint32, which points to another page.
CellTypeRecord indicates a RecordCell, which stores a key and a variable size record.
CellTypeUnknown indicates a corrupted page or an incorrectly decoded cell.
Sentinel errors.
Sentinel errors.
Sentinel errors.
HeaderSize is the fix size of a page header, which is 10 bytes.
Size is the fix size of a page, which is 16KB or 16384 bytes.
#nosec.
# Structs
Page is a page implementation that does not support overflow pages.
No description provided by the author
No description provided by the author
Slot represents a data slot in the page.
# Interfaces
No description provided by the author