![]() |
mutable
A Database System for Research and Fast Prototyping
|
More...an abstract node in the recursive data layout model
#include <DataLayout.hpp>
Public Member Functions | |
virtual | ~Node ()=0 |
virtual size_type | num_tuples () const =0 |
| |
virtual void | accept (ConstDataLayoutVisitor &v) const =0 |
an abstract node in the recursive data layout model
Definition at line 60 of file DataLayout.hpp.
|
pure virtual |
Definition at line 15 of file DataLayout.cpp.
|
pure virtual |
Implemented in m::storage::DataLayout::Leaf, and m::storage::DataLayout::INode.
|
pure virtual |
returns the number of tuples represented by an instance of this node
Implemented in m::storage::DataLayout::Leaf, and m::storage::DataLayout::INode.
Referenced by m::wasm::Buffer< IsGlobal >::Buffer(), m::storage::DataLayout::INode::for_sibling_leaves(), and m::WasmEngine::WasmContext::map_table().