52 fOnDiskPages.insert(std::make_move_iterator(
pages.
begin()), std::make_move_iterator(
pages.
end()));
53 other.fOnDiskPages.clear();
56 fAvailPhysicalColumns.insert(std::make_move_iterator(
columns.
begin()), std::make_move_iterator(
columns.
end()));
57 other.fAvailPhysicalColumns.clear();
58 std::move(
other.fPageMaps.
begin(),
other.fPageMaps.
end(), std::back_inserter(fPageMaps));
59 other.fPageMaps.clear();
~ROnDiskPageMapHeap() override
virtual ~ROnDiskPageMap()
A page as being stored on disk, that is packed and compressed.
On-disk pages within a page source are identified by the column and page number.