Information about a single page in the context of a cluster's page range.
Definition at line 322 of file RNTupleDescriptor.hxx.
Public Member Functions | |
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) |
Protected Attributes | |
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 333 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 347 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 346 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 343 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 350 of file RNTupleDescriptor.hxx.
Definition at line 338 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 351 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 348 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 344 of file RNTupleDescriptor.hxx.
If true, the 8 bytes following the serialized page are an xxhash of the on-disk page data.
Definition at line 329 of file RNTupleDescriptor.hxx.
|
protected |
The meaning of fLocator depends on the storage backend.
Definition at line 327 of file RNTupleDescriptor.hxx.
|
protected |
The sum of the elements of all the pages must match the corresponding fNElements field in fColumnRanges.
Definition at line 325 of file RNTupleDescriptor.hxx.