SwatDB
Loading...
Searching...
No Matches
Public Attributes | List of all members
SlotInfo Struct Reference

#include <hashbucketpage.h>

Public Attributes

std::uint32_t offset
 
std::uint32_t length
 
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.

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.

Member Data Documentation

◆ length [1/2]

std::uint32_t SlotInfo::length

Length of the record in the slot described by the SlotInfo

◆ length [2/2]

uint32_t SlotInfo::length

Length of the record in the slot described by the SlotInfo

◆ offset [1/2]

std::uint32_t SlotInfo::offset

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

◆ offset [2/2]

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 files: