Summarizes cluster-level information that are necessary to populate a certain page.
Used by PopulatePageFromCluster().
Definition at line 197 of file RPageStorageDaos.hxx.
Public Attributes | |
DescriptorId_t | fClusterId = 0 |
std::uint64_t | fColumnOffset = 0 |
The first element number of the page's column in the given cluster. | |
RClusterDescriptor::RPageRange::RPageInfoExtended | fPageInfo |
Location of the page on disk. | |
DescriptorId_t ROOT::Experimental::Detail::RPageSourceDaos::RClusterInfo::fClusterId = 0 |
Definition at line 198 of file RPageStorageDaos.hxx.
std::uint64_t ROOT::Experimental::Detail::RPageSourceDaos::RClusterInfo::fColumnOffset = 0 |
The first element number of the page's column in the given cluster.
Definition at line 202 of file RPageStorageDaos.hxx.
RClusterDescriptor::RPageRange::RPageInfoExtended ROOT::Experimental::Detail::RPageSourceDaos::RClusterInfo::fPageInfo |
Location of the page on disk.
Definition at line 200 of file RPageStorageDaos.hxx.