MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
|
Compares two keys. 更多...
Public 成员函数 | |
int | operator() (const char *a, const char *b) const |
Public 属性 | |
const ObInternalKeyComparator | comparator |
Compares two keys.
Uses the internal comparator to perform lexicographical comparison between two keys.
a | Pointer to the first key. |
b | Pointer to the second key. |
a < b
a == b
a > b