SwatDB
|
#include <hashbucketpage.h>
Public Attributes | |
std::uint32_t | offset |
std::uint32_t | length |
uint32_t | offset |
uint32_t | length |
Struct for storing metadata of each slot in a Page. Array of SlotInfo forms the slot directory of the Page. Must be 64bit for alignment.
Struct for storing metadata of each slot in a Page. An array of SlotInfo forms the slot directory of the Page. Must be 64bit for alignment.
std::uint32_t SlotInfo::length |
Length of the record in the slot described by the SlotInfo
uint32_t SlotInfo::length |
Length of the record in the slot described by the SlotInfo
std::uint32_t SlotInfo::offset |
Offset at which slot is located. INVALID_SLOT_OFFSET if slot is not valid
uint32_t SlotInfo::offset |
Offset at which slot is located. INVALID_SLOT_OFFSET if slot is not valid