MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
载入中...
搜索中...
未找到
Index

索引 更多...

class  BplusTreeIndex
 B+树索引 更多...
 
class  BplusTreeIndexScanner
 B+树索引扫描器 更多...
 
class  Index
 索引基类 更多...
 
class  IndexScanner
 索引扫描器 更多...
 
class  IndexMeta
 描述一个索引 更多...
 

详细描述

索引

索引可能会有很多种实现,比如B+树、哈希表等,这里定义了一个基类,用于描述索引的基本操作。