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

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

#include <index/btree/BTreeInternal.h>

Public Member Functions

char * GetPayload () const
 

Public Attributes

RecordId m_recid
 The record ID of the record this leaf record points to. More...
 

Detailed Description

The header of a B-Tree leaf page record.

Member Function Documentation

◆ GetPayload()

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

Member Data Documentation

◆ m_recid

RecordId taco::BTreeLeafRecordHeaderData::m_recid

The record ID of the record this leaf record points to.


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