MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
|
属性打印,调试使用(BplusTree) 更多...
#include <bplus_tree.h>
Public 成员函数 | |
void | init (AttrType type, int length) |
int | attr_length () const |
std::string | operator() (const char *v) const |
Private 属性 | |
AttrType | attr_type_ |
int | attr_length_ |
属性打印,调试使用(BplusTree)