![]() |
mutable
A Database System for Research and Fast Prototyping
|
More...combines information of a single internal level inside the
DataLayout, used byfor_sibling_leaves()
#include <DataLayout.hpp>
Data Fields | |
| uint64_t | stride_in_bits |
| |
| size_type | num_tuples |
| |
combines information of a single internal level inside the
DataLayout, used byfor_sibling_leaves()
Definition at line 45 of file DataLayout.hpp.
| 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.
| 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().