Definition at line 354 of file RNTupleDescriptor.hxx.
Public Member Functions | |
RPageInfoExtended ()=default | |
RPageInfoExtended (const RPageInfo &pageInfo, ROOT::NTupleSize_t firstElementIndex, ROOT::NTupleSize_t pageNumber) | |
ROOT::NTupleSize_t | GetFirstElementIndex () const |
ROOT::NTupleSize_t | GetPageNumber () const |
void | SetFirstElementIndex (ROOT::NTupleSize_t firstInPage) |
void | SetPageNumber (ROOT::NTupleSize_t pageNumber) |
![]() | |
RPageInfo ()=default | |
RPageInfo (std::uint32_t nElements, const RNTupleLocator &locator, bool hasChecksum) | |
RNTupleLocator & | GetLocator () |
const RNTupleLocator & | GetLocator () const |
std::uint32_t | GetNElements () const |
bool | HasChecksum () const |
bool | operator== (const RPageInfo &other) const |
void | SetHasChecksum (bool hasChecksum) |
void | SetLocator (const RNTupleLocator &locator) |
void | SetNElements (std::uint32_t n) |
Private Attributes | |
ROOT::NTupleSize_t | fFirstElementIndex = 0 |
Index (in cluster) of the first element in page. | |
ROOT::NTupleSize_t | fPageNumber = 0 |
Page number in the corresponding RPageRange. | |
Additional Inherited Members | |
![]() | |
bool | fHasChecksum = false |
If true, the 8 bytes following the serialized page are an xxhash of the on-disk page data. | |
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 363 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 368 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 371 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 369 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 372 of file RNTupleDescriptor.hxx.
|
private |
Index (in cluster) of the first element in page.
Definition at line 357 of file RNTupleDescriptor.hxx.
|
private |
Page number in the corresponding RPageRange.
Definition at line 359 of file RNTupleDescriptor.hxx.