SwatDB
Public Attributes | List of all members
SlotInfo Struct Reference

#include <heappage.h>

Public Attributes

uint32_t offset
 
uint32_t length
 

Detailed Description

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.

Member Data Documentation

◆ length

uint32_t SlotInfo::length

Length of the record in the slot described by the SlotInfo

◆ offset

uint32_t SlotInfo::offset

Offset at which slot is located. INVALID_SLOT_OFFSET if slot is not valid


The documentation for this struct was generated from the following file: