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 |
int | operator() (const char *v1, const char *v2) const |
Private 属性 | |
AttrType | attr_type_ |
int | attr_length_ |
属性比较(BplusTree)