MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
|
Represents statistics related to a table. 更多...
#include <table_stats.h>
Public 成员函数 | |
TableStats (int row_nums) | |
TableStats (const TableStats &other) | |
TableStats & | operator= (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.