MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
载入中...
搜索中...
未找到
Public 成员函数 | Public 属性 | 所有成员列表
IndexFileHeader结构体 参考

the meta information of bplus tree 更多...

#include <bplus_tree.h>

Public 成员函数

const std::string to_string ()
 

Public 属性

PageNum root_page
 根节点在磁盘中的页号
 
int32_t internal_max_size
 内部节点最大的键值对数
 
int32_t leaf_max_size
 叶子节点最大的键值对数
 
int32_t attr_length
 键值的长度
 
int32_t key_length
 attr length + sizeof(RID)
 
AttrType attr_type
 键值的类型
 

详细描述

the meta information of bplus tree

this is the first page of bplus tree. only one field can be supported, can you extend it to multi-fields?


该结构体的文档由以下文件生成: