Meta-data for a set of ntuple clusters.
The cluster descriptor is built in two phases. In a first phase, the descriptor has only an ID. In a second phase, the event range, column group, page locations and column ranges are added. Both phases are populated by the RClusterDescriptorBuilder. Clusters usually span across all available columns but in some cases they can describe only a subset of the columns, for instance when describing friend ntuples.
Definition at line 229 of file RNTupleDescriptor.hxx.
Classes | |
struct | RColumnRange |
The window of element indexes of a particular column in a particular cluster. More... | |
class | RColumnRangeIterable |
class | RPageRange |
Records the partition of data into pages for a particular column in a particular cluster. More... | |
Public Member Functions | |
RClusterDescriptor ()=default | |
RClusterDescriptor (const RClusterDescriptor &other)=delete | |
RClusterDescriptor (RClusterDescriptor &&other)=default | |
RClusterDescriptor | Clone () const |
bool | ContainsColumn (DescriptorId_t physicalId) const |
std::uint64_t | GetBytesOnStorage () const |
const RColumnRange & | GetColumnRange (DescriptorId_t physicalId) const |
RColumnRangeIterable | GetColumnRangeIterable () const |
Returns an iterator over pairs { columnId, columnRange }. The iteration order is unspecified. | |
NTupleSize_t | GetFirstEntryIndex () const |
DescriptorId_t | GetId () const |
ClusterSize_t | GetNEntries () const |
const RPageRange & | GetPageRange (DescriptorId_t physicalId) const |
RClusterDescriptor & | operator= (const RClusterDescriptor &other)=delete |
RClusterDescriptor & | operator= (RClusterDescriptor &&other)=default |
bool | operator== (const RClusterDescriptor &other) const |
Private Attributes | |
DescriptorId_t | fClusterId = kInvalidDescriptorId |
std::unordered_map< DescriptorId_t, RColumnRange > | fColumnRanges |
NTupleSize_t | fFirstEntryIndex = kInvalidNTupleIndex |
Clusters can be swapped by adjusting the entry offsets. | |
ClusterSize_t | fNEntries = kInvalidClusterIndex |
std::unordered_map< DescriptorId_t, RPageRange > | fPageRanges |
Friends | |
class | Internal::RClusterDescriptorBuilder |
#include <ROOT/RNTupleDescriptor.hxx>
|
default |
|
delete |
|
default |
ROOT::Experimental::RClusterDescriptor ROOT::Experimental::RClusterDescriptor::Clone | ( | ) | const |
Definition at line 251 of file RNTupleDescriptor.cxx.
|
inline |
Definition at line 366 of file RNTupleDescriptor.hxx.
std::uint64_t ROOT::Experimental::RClusterDescriptor::GetBytesOnStorage | ( | ) | const |
Definition at line 240 of file RNTupleDescriptor.cxx.
|
inline |
Definition at line 362 of file RNTupleDescriptor.hxx.
ROOT::Experimental::RClusterDescriptor::RColumnRangeIterable ROOT::Experimental::RClusterDescriptor::GetColumnRangeIterable | ( | ) | const |
Returns an iterator over pairs { columnId, columnRange }. The iteration order is unspecified.
Definition at line 1154 of file RNTupleDescriptor.cxx.
|
inline |
Definition at line 360 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 359 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 361 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 363 of file RNTupleDescriptor.hxx.
|
delete |
|
default |
bool ROOT::Experimental::RClusterDescriptor::operator== | ( | const RClusterDescriptor & | other | ) | const |
Definition at line 234 of file RNTupleDescriptor.cxx.
|
friend |
Definition at line 230 of file RNTupleDescriptor.hxx.
|
private |
Definition at line 337 of file RNTupleDescriptor.hxx.
|
private |
Definition at line 343 of file RNTupleDescriptor.hxx.
|
private |
Clusters can be swapped by adjusting the entry offsets.
Definition at line 339 of file RNTupleDescriptor.hxx.
|
private |
Definition at line 341 of file RNTupleDescriptor.hxx.
|
private |
Definition at line 344 of file RNTupleDescriptor.hxx.