Modules§
Structs§
- Constraint
Manager - The goal of the constraint manager is to ensure all constraints are satisfied before we hand it off deeper into the stack. For now its taking on the null checks of RowData
- Index
Manager - RowManager
- The row manager is a mapper between rows and pages on disk.
- Visible
RowManager
Enums§
Traits§
- Const
Encoded Size - Provides the expected size of the serialized form so repeated serialization is not needed to find space.
- Encoded
Size - Self
Encoded Size
Functions§
- encode_
size - Writes a length out to a byte stream as a series of 7 bit numbers, with the high bit used to indicate we have hit the end of the length
- expected_
encoded_ size - Will provide the length in bytes the supplied usize will encode to without encoding
- parse_
size