Summarizes cluster-level information that are necessary to populate a certain page.
Used by PopulatePageFromCluster().
Definition at line 157 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::Internal::RPageSourceDaos::RClusterInfo::fClusterId = 0 |
Definition at line 158 of file RPageStorageDaos.hxx.
std::uint64_t ROOT::Experimental::Internal::RPageSourceDaos::RClusterInfo::fColumnOffset = 0 |
The first element number of the page's column in the given cluster.
Definition at line 162 of file RPageStorageDaos.hxx.
RClusterDescriptor::RPageRange::RPageInfoExtended ROOT::Experimental::Internal::RPageSourceDaos::RClusterInfo::fPageInfo |
Location of the page on disk.
Definition at line 160 of file RPageStorageDaos.hxx.