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

Represents statistics related to a table. 更多...

#include <table_stats.h>

Public 成员函数

 TableStats (int row_nums)
 
 TableStats (const TableStats &other)
 
TableStatsoperator= (const TableStats &other)
 

Public 属性

int row_nums = 0
 

详细描述

Represents statistics related to a table.

The TableStats class holds statistical information about a table, such as the number of rows it contains. TODO: Add more statistics as needed.


该类的文档由以下文件生成: