Summarizes cluster-level information that are necessary to load a certain page.
Used by LoadPageImpl().
Definition at line 698 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. | |
#include <ROOT/RPageStorage.hxx>
Definition at line 699 of file RPageStorage.hxx.
| std::uint64_t ROOT::Internal::RPageSource::RClusterInfo::fColumnOffset = 0 |
The first element number of the page's column in the given cluster.
Definition at line 703 of file RPageStorage.hxx.
Location of the page on disk.
Definition at line 701 of file RPageStorage.hxx.