Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::Internal::RPageSource::RClusterInfo Struct Reference

Summarizes cluster-level information that are necessary to load a certain page.

Used by LoadPageImpl().

Definition at line 689 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>

Member Data Documentation

◆ fClusterId

ROOT::DescriptorId_t ROOT::Experimental::Internal::RPageSource::RClusterInfo::fClusterId = 0

Definition at line 690 of file RPageStorage.hxx.

◆ fColumnOffset

std::uint64_t ROOT::Experimental::Internal::RPageSource::RClusterInfo::fColumnOffset = 0

The first element number of the page's column in the given cluster.

Definition at line 694 of file RPageStorage.hxx.

◆ fPageInfo

ROOT::RClusterDescriptor::RPageInfoExtended ROOT::Experimental::Internal::RPageSource::RClusterInfo::fPageInfo

Location of the page on disk.

Definition at line 692 of file RPageStorage.hxx.

Collaboration diagram for ROOT::Experimental::Internal::RPageSource::RClusterInfo:
[legend]

The documentation for this struct was generated from the following file: