Information about a single page in the context of a cluster's page range.
Definition at line 369 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) | 
Private 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 380 of file RNTupleDescriptor.hxx.
      
  | 
  inline | 
Definition at line 394 of file RNTupleDescriptor.hxx.
      
  | 
  inline | 
Definition at line 393 of file RNTupleDescriptor.hxx.
      
  | 
  inline | 
Definition at line 390 of file RNTupleDescriptor.hxx.
      
  | 
  inline | 
Definition at line 397 of file RNTupleDescriptor.hxx.
Definition at line 385 of file RNTupleDescriptor.hxx.
      
  | 
  inline | 
Definition at line 398 of file RNTupleDescriptor.hxx.
      
  | 
  inline | 
Definition at line 395 of file RNTupleDescriptor.hxx.
      
  | 
  inline | 
Definition at line 391 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 376 of file RNTupleDescriptor.hxx.
      
  | 
  private | 
The meaning of fLocator depends on the storage backend. 
Definition at line 374 of file RNTupleDescriptor.hxx.
      
  | 
  private | 
The sum of the elements of all the pages must match the corresponding fNElements field in fColumnRanges 
Definition at line 372 of file RNTupleDescriptor.hxx.