Definition at line 270 of file RNTupleDescriptor.hxx.
Public Member Functions | |
RPageInfoExtended ()=default | |
RPageInfoExtended (const RPageInfo &pi, ClusterSize_t::ValueType i, NTupleSize_t n) | |
Public Member Functions inherited from ROOT::Experimental::RClusterDescriptor::RPageRange::RPageInfo | |
bool | operator== (const RPageInfo &other) const |
Public Attributes | |
ClusterSize_t::ValueType | fFirstInPage = 0 |
Index (in cluster) of the first element in page. | |
NTupleSize_t | fPageNo = 0 |
Page number in the corresponding RPageRange. | |
Public Attributes inherited from ROOT::Experimental::RClusterDescriptor::RPageRange::RPageInfo | |
RNTupleLocator | fLocator |
The meaning of fLocator depends on the storage backend. | |
std::uint32_t | fNElements = std::uint32_t(-1) |
The sum of the elements of all the pages must match the corresponding fNElements field in fColumnRanges. | |
#include <ROOT/RNTupleDescriptor.hxx>
|
default |
|
inline |
Definition at line 277 of file RNTupleDescriptor.hxx.
ClusterSize_t::ValueType ROOT::Experimental::RClusterDescriptor::RPageRange::RPageInfoExtended::fFirstInPage = 0 |
Index (in cluster) of the first element in page.
Definition at line 272 of file RNTupleDescriptor.hxx.
NTupleSize_t ROOT::Experimental::RClusterDescriptor::RPageRange::RPageInfoExtended::fPageNo = 0 |
Page number in the corresponding RPageRange.
Definition at line 274 of file RNTupleDescriptor.hxx.