| SwatDB
    | 
#include <heappage.h>
| Public Attributes | |
| 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.
| uint32_t SlotInfo::length | 
Length of the record in the slot described by the SlotInfo
| uint32_t SlotInfo::offset | 
Offset at which slot is located. INVALID_SLOT_OFFSET if slot is not valid
 1.8.13
 1.8.13