Information about a single page in the context of a cluster's page range.
Definition at line 362 of file RNTupleDescriptor.hxx.
|
| 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>
◆ RPageInfo() [1/2]
| ROOT::RClusterDescriptor::RPageInfo::RPageInfo |
( |
| ) |
|
|
default |
◆ RPageInfo() [2/2]
| ROOT::RClusterDescriptor::RPageInfo::RPageInfo |
( |
std::uint32_t | nElements, |
|
|
const RNTupleLocator & | locator, |
|
|
bool | hasChecksum ) |
|
inline |
◆ GetLocator() [1/2]
◆ GetLocator() [2/2]
| const RNTupleLocator & ROOT::RClusterDescriptor::RPageInfo::GetLocator |
( |
| ) |
const |
|
inline |
◆ GetNElements()
| std::uint32_t ROOT::RClusterDescriptor::RPageInfo::GetNElements |
( |
| ) |
const |
|
inline |
◆ HasChecksum()
| bool ROOT::RClusterDescriptor::RPageInfo::HasChecksum |
( |
| ) |
const |
|
inline |
◆ operator==()
| bool ROOT::RClusterDescriptor::RPageInfo::operator== |
( |
const RPageInfo & | other | ) |
const |
|
inline |
◆ SetHasChecksum()
| void ROOT::RClusterDescriptor::RPageInfo::SetHasChecksum |
( |
bool | hasChecksum | ) |
|
|
inline |
◆ SetLocator()
| void ROOT::RClusterDescriptor::RPageInfo::SetLocator |
( |
const RNTupleLocator & | locator | ) |
|
|
inline |
◆ SetNElements()
| void ROOT::RClusterDescriptor::RPageInfo::SetNElements |
( |
std::uint32_t | n | ) |
|
|
inline |
◆ fHasChecksum
| bool ROOT::RClusterDescriptor::RPageInfo::fHasChecksum = false |
|
private |
If true, the 8 bytes following the serialized page are an xxhash of the on-disk page data.
Definition at line 369 of file RNTupleDescriptor.hxx.
◆ fLocator
◆ fNElements
| std::uint32_t ROOT::RClusterDescriptor::RPageInfo::fNElements = std::uint32_t(-1) |
|
private |
The sum of the elements of all the pages must match the corresponding fNElements field in fColumnRanges.
Definition at line 367 of file RNTupleDescriptor.hxx.
The documentation for this class was generated from the following file: