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

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.

参数
aPointer to the first key.
bPointer to the second key.
返回
An integer indicating the result of the comparison:
  • Negative value if a < b
  • Zero if a == b
  • Positive value if a > b

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