Records the parition of data into pages for a particular column in a particular cluster.
Definition at line 188 of file RNTupleDescriptor.hxx.
Classes | |
struct | RPageInfo |
We do not need to store the element size / uncompressed page size because we know to which column the page belongs. More... | |
Public Member Functions | |
RPageRange ()=default | |
RPageRange (const RPageRange &other)=delete | |
RPageRange (RPageRange &&other)=default | |
RPageRange & | operator= (const RPageRange &other)=delete |
RPageRange & | operator= (RPageRange &&other)=default |
bool | operator== (const RPageRange &other) const |
Public Attributes | |
DescriptorId_t | fColumnId = kInvalidDescriptorId |
std::vector< RPageInfo > | fPageInfos |
#include <ROOT/RNTupleDescriptor.hxx>
|
default |
|
delete |
|
default |
|
delete |
|
default |
|
inline |
Definition at line 211 of file RNTupleDescriptor.hxx.
DescriptorId_t ROOT::Experimental::RClusterDescriptor::RPageRange::fColumnId = kInvalidDescriptorId |
Definition at line 208 of file RNTupleDescriptor.hxx.
std::vector<RPageInfo> ROOT::Experimental::RClusterDescriptor::RPageRange::fPageInfos |
Definition at line 209 of file RNTupleDescriptor.hxx.