void DeletePage(RPage &page) final
Releases the memory pointed to by page and resets the page's information.
RPage NewPage(ColumnId_t columnId, std::size_t elementSize, std::size_t nElements) final
Reserves memory large enough to hold nElements of the given size.
A page is a slice of a column that is mapped into memory.