taco-db  0.1.0
Public Member Functions | Public Attributes | List of all members
taco::BTreeInternalRecordHeaderData Struct Reference

The header of a B-Tree internal page record. More...

#include <index/btree/BTreeInternal.h>

Public Member Functions

char * GetPayload () const
 

Public Attributes

PageNumber m_child_pid
 The page number of the page this internal record points to. More...
 
uint32_t m_reserved
 Currently unused. More...
 
RecordId m_heap_recid
 The record ID for making keys distinct. More...
 

Detailed Description

The header of a B-Tree internal page record.

Member Function Documentation

◆ GetPayload()

char* taco::BTreeInternalRecordHeaderData::GetPayload ( ) const
inline

Member Data Documentation

◆ m_child_pid

PageNumber taco::BTreeInternalRecordHeaderData::m_child_pid

The page number of the page this internal record points to.

◆ m_heap_recid

RecordId taco::BTreeInternalRecordHeaderData::m_heap_recid

The record ID for making keys distinct.

◆ m_reserved

uint32_t taco::BTreeInternalRecordHeaderData::m_reserved

Currently unused.


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