|
MiniOB 1
MiniOB is one mini database, helping developers to learn how database works.
|
Public 成员函数 | |
| string | to_string () const |
Public 属性 | |
| int32_t | buffer_pool_id |
| int32_t | operation_type |
| PageNum | page_num |
| int32_t | storage_format |
| int32_t | column_num |
| union { | |
| SlotNum slot_num | |
| int32_t record_size | |
| }; | |
| char | data [0] |
静态 Public 属性 | |
| static const int32_t | SIZE = sizeof(RecordLogHeader) |