On-disk pages within a page source are identified by the column and page number.
The key is used for associative collections of on-disk pages.
Definition at line 52 of file RCluster.hxx.
Public Member Functions | |
Key (DescriptorId_t columnId, std::uint64_t pageNo) | |
Public Attributes | |
std::uint64_t | fPageNo |
DescriptorId_t | fPhysicalColumnId |
Friends | |
bool | operator== (const Key &lhs, const Key &rhs) |
#include <ROOT/RCluster.hxx>
|
inline |
Definition at line 55 of file RCluster.hxx.
Definition at line 56 of file RCluster.hxx.
std::uint64_t ROOT::Experimental::Internal::ROnDiskPage::Key::fPageNo |
Definition at line 54 of file RCluster.hxx.
DescriptorId_t ROOT::Experimental::Internal::ROnDiskPage::Key::fPhysicalColumnId |
Definition at line 53 of file RCluster.hxx.