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

‍combines information of a single internal level inside the DataLayout, used by for_sibling_leaves()

More...

#include <DataLayout.hpp>

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

Data Fields

uint64_t stride_in_bits
 

‍the stride of instances of this level


 
size_type num_tuples
 

‍number of tuples that fit into an instance of this level


 

Detailed Description

‍combines information of a single internal level inside the DataLayout, used by for_sibling_leaves()

Definition at line 45 of file DataLayout.hpp.

Field Documentation

◆ num_tuples

size_type m::storage::DataLayout::level_info_t::num_tuples

‍number of tuples that fit into an instance of this level

Definition at line 50 of file DataLayout.hpp.

◆ stride_in_bits

uint64_t m::storage::DataLayout::level_info_t::stride_in_bits

‍the stride of instances of this level

Definition at line 48 of file DataLayout.hpp.

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


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