Logo ROOT  
Reference Guide
ROOT::Experimental::RClusterDescriptor::RPageRange::RPageInfo Struct Reference

We do not need to store the element size / uncompressed page size because we know to which column the page belongs.

Definition at line 191 of file RNTupleDescriptor.hxx.

Public Member Functions

bool operator== (const RPageInfo &other) const
 

Public Attributes

RLocator fLocator
 The meaning of fLocator depends on the storage backend. More...
 
ClusterSize_t fNElements = kInvalidClusterIndex
 The sum of the elements of all the pages must match the corresponding fNElements field in fColumnRanges. More...
 

#include <ROOT/RNTupleDescriptor.hxx>

Member Function Documentation

◆ operator==()

bool ROOT::Experimental::RClusterDescriptor::RPageRange::RPageInfo::operator== ( const RPageInfo other) const
inline

Definition at line 197 of file RNTupleDescriptor.hxx.

Member Data Documentation

◆ fLocator

RLocator ROOT::Experimental::RClusterDescriptor::RPageRange::RPageInfo::fLocator

The meaning of fLocator depends on the storage backend.

Definition at line 195 of file RNTupleDescriptor.hxx.

◆ fNElements

ClusterSize_t ROOT::Experimental::RClusterDescriptor::RPageRange::RPageInfo::fNElements = kInvalidClusterIndex

The sum of the elements of all the pages must match the corresponding fNElements field in fColumnRanges.

Definition at line 193 of file RNTupleDescriptor.hxx.

Collaboration diagram for ROOT::Experimental::RClusterDescriptor::RPageRange::RPageInfo:
[legend]

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