Summarizes meta-data necessary to load a certain page. Used by LoadPageFromSummary().
Definition at line 573 of file RPageStorage.hxx.
Public Attributes | |
| ROOT::DescriptorId_t | fClusterId = 0 |
| std::uint64_t | fColumnOffset = 0 |
| The first element number of the page's column in the given cluster. | |
| ROOT::RClusterDescriptor::RPageInfoExtended | fPageInfo |
| Location of the page on disk. | |
| ROOT::DescriptorId_t ROOT::Internal::RPageSource::RPageSummary::fClusterId = 0 |
Definition at line 574 of file RPageStorage.hxx.
| std::uint64_t ROOT::Internal::RPageSource::RPageSummary::fColumnOffset = 0 |
The first element number of the page's column in the given cluster.
Definition at line 576 of file RPageStorage.hxx.
| ROOT::RClusterDescriptor::RPageInfoExtended ROOT::Internal::RPageSource::RPageSummary::fPageInfo |
Location of the page on disk.
Definition at line 578 of file RPageStorage.hxx.