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) |
const AttrPrinter & | attr_printer () const |
std::string | operator() (const char *v) const |
Private 属性 | |
AttrPrinter | attr_printer_ |
键值打印,调试使用(BplusTree)