taco-db
0.1.0
|
The B-tree meta page. More...
#include <index/btree/BTreeInternal.h>
Static Public Member Functions | |
static void | Initialize (char *btmeta_buf, PageNumber root_pid) |
Initializes the B-tree meta page. More... | |
Public Attributes | |
PageHeaderData | m_ph |
PageNumber | m_root_pid |
The page number of the B-Tree root page. More... | |
The B-tree meta page.
|
static |
Initializes the B-tree meta page.
PageHeaderData taco::BTreeMetaPageData::m_ph |
PageNumber taco::BTreeMetaPageData::m_root_pid |
The page number of the B-Tree root page.
This should never be INVALID_PID even if the tree is empty.