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

‍a child Node and its relative offset and stride within the containing INode

More...

#include <DataLayout.hpp>

Collaboration diagram for m::storage::DataLayout::INode::child_t:
[legend]

Data Fields

std::unique_ptr< Nodeptr
 
uint64_t offset_in_bits
 
uint64_t stride_in_bits
 

Detailed Description

‍a child Node and its relative offset and stride within the containing INode

Definition at line 103 of file DataLayout.hpp.

Field Documentation

◆ offset_in_bits

uint64_t m::storage::DataLayout::INode::child_t::offset_in_bits

Definition at line 106 of file DataLayout.hpp.

◆ ptr

std::unique_ptr<Node> m::storage::DataLayout::INode::child_t::ptr

◆ stride_in_bits

uint64_t m::storage::DataLayout::INode::child_t::stride_in_bits

Definition at line 107 of file DataLayout.hpp.


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