SwatDB
|
#include <heapfile.h>
Public Attributes | |
PageNum | free |
PageNum | full |
std::uint32_t | free_size |
std::uint32_t | full_size |
std::uint64_t | num_records |
Struct for the header metadata of HeapFile object. The header is casted on top of the first Page allocated to the file.
std::uint32_t HeapFileHeader::free_size |
Number of pages in the linked list of free pages.
std::uint32_t HeapFileHeader::full_size |
Number of pages in the linked list of full pages.
std::uint64_t HeapFileHeader::num_records |
Number of records in the HeapFile.