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