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

Describes a slot. More...

Public Member Functions

constexpr bool IsValid () const
 

Public Attributes

FieldOffset m_off
 The offset to the record. More...
 
FieldOffset m_len
 The length of the record. More...
 

Detailed Description

Describes a slot.

An invalid slot has an m_off == 0.

Member Function Documentation

◆ IsValid()

constexpr bool taco::SlotData::IsValid ( ) const
inlineconstexpr

Member Data Documentation

◆ m_len

FieldOffset taco::SlotData::m_len

The length of the record.

◆ m_off

FieldOffset taco::SlotData::m_off

The offset to the record.


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