mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Data Fields
m::storage::DataLayout::leaf_info_t Struct Reference

‍combines information of a single leaf for for_sibling_leaves()

More...

#include <DataLayout.hpp>

Collaboration diagram for m::storage::DataLayout::leaf_info_t:
[legend]

Data Fields

const Leafleaf
 
uint64_t offset_in_bits
 
uint64_t stride_in_bits
 

Detailed Description

‍combines information of a single leaf for for_sibling_leaves()

Definition at line 37 of file DataLayout.hpp.

Field Documentation

◆ leaf

const Leaf& m::storage::DataLayout::leaf_info_t::leaf

Definition at line 39 of file DataLayout.hpp.

Referenced by m::storage::DataLayout::INode::for_sibling_leaves().

◆ offset_in_bits

uint64_t m::storage::DataLayout::leaf_info_t::offset_in_bits

Definition at line 40 of file DataLayout.hpp.

◆ stride_in_bits

uint64_t m::storage::DataLayout::leaf_info_t::stride_in_bits

Definition at line 41 of file DataLayout.hpp.


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