Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::RClusterDescriptor Class Referencefinal

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 232 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 (ROOT::DescriptorId_t physicalId) const
 
const RColumnRangeGetColumnRange (ROOT::DescriptorId_t physicalId) const
 
RColumnRangeIterable GetColumnRangeIterable () const
 Returns an iterator over pairs { columnId, columnRange }. The iteration order is unspecified.
 
ROOT::NTupleSize_t GetFirstEntryIndex () const
 
ROOT::DescriptorId_t GetId () const
 
std::uint64_t GetNBytesOnStorage () const
 
ROOT::NTupleSize_t GetNEntries () const
 
const RPageRangeGetPageRange (ROOT::DescriptorId_t physicalId) const
 
RClusterDescriptoroperator= (const RClusterDescriptor &other)=delete
 
RClusterDescriptoroperator= (RClusterDescriptor &&other)=default
 
bool operator== (const RClusterDescriptor &other) const
 

Private Attributes

ROOT::DescriptorId_t fClusterId = ROOT::kInvalidDescriptorId
 
std::unordered_map< ROOT::DescriptorId_t, RColumnRangefColumnRanges
 
ROOT::NTupleSize_t fFirstEntryIndex = ROOT::kInvalidNTupleIndex
 Clusters can be swapped by adjusting the entry offsets.
 
ROOT::NTupleSize_t fNEntries = ROOT::kInvalidNTupleIndex
 
std::unordered_map< ROOT::DescriptorId_t, RPageRangefPageRanges
 

Friends

class Internal::RClusterDescriptorBuilder
 

#include <ROOT/RNTupleDescriptor.hxx>

Constructor & Destructor Documentation

◆ RClusterDescriptor() [1/3]

ROOT::Experimental::RClusterDescriptor::RClusterDescriptor ( )
default

◆ RClusterDescriptor() [2/3]

ROOT::Experimental::RClusterDescriptor::RClusterDescriptor ( const RClusterDescriptor & other)
delete

◆ RClusterDescriptor() [3/3]

ROOT::Experimental::RClusterDescriptor::RClusterDescriptor ( RClusterDescriptor && other)
default

Member Function Documentation

◆ Clone()

ROOT::Experimental::RClusterDescriptor ROOT::Experimental::RClusterDescriptor::Clone ( ) const

Definition at line 280 of file RNTupleDescriptor.cxx.

◆ ContainsColumn()

bool ROOT::Experimental::RClusterDescriptor::ContainsColumn ( ROOT::DescriptorId_t physicalId) const
inline

Definition at line 375 of file RNTupleDescriptor.hxx.

◆ GetColumnRange()

const RColumnRange & ROOT::Experimental::RClusterDescriptor::GetColumnRange ( ROOT::DescriptorId_t physicalId) const
inline

Definition at line 371 of file RNTupleDescriptor.hxx.

◆ GetColumnRangeIterable()

ROOT::Experimental::RClusterDescriptor::RColumnRangeIterable ROOT::Experimental::RClusterDescriptor::GetColumnRangeIterable ( ) const

Returns an iterator over pairs { columnId, columnRange }. The iteration order is unspecified.

Definition at line 1313 of file RNTupleDescriptor.cxx.

◆ GetFirstEntryIndex()

ROOT::NTupleSize_t ROOT::Experimental::RClusterDescriptor::GetFirstEntryIndex ( ) const
inline

Definition at line 369 of file RNTupleDescriptor.hxx.

◆ GetId()

ROOT::DescriptorId_t ROOT::Experimental::RClusterDescriptor::GetId ( ) const
inline

Definition at line 368 of file RNTupleDescriptor.hxx.

◆ GetNBytesOnStorage()

std::uint64_t ROOT::Experimental::RClusterDescriptor::GetNBytesOnStorage ( ) const

Definition at line 269 of file RNTupleDescriptor.cxx.

◆ GetNEntries()

ROOT::NTupleSize_t ROOT::Experimental::RClusterDescriptor::GetNEntries ( ) const
inline

Definition at line 370 of file RNTupleDescriptor.hxx.

◆ GetPageRange()

const RPageRange & ROOT::Experimental::RClusterDescriptor::GetPageRange ( ROOT::DescriptorId_t physicalId) const
inline

Definition at line 372 of file RNTupleDescriptor.hxx.

◆ operator=() [1/2]

RClusterDescriptor & ROOT::Experimental::RClusterDescriptor::operator= ( const RClusterDescriptor & other)
delete

◆ operator=() [2/2]

RClusterDescriptor & ROOT::Experimental::RClusterDescriptor::operator= ( RClusterDescriptor && other)
default

◆ operator==()

bool ROOT::Experimental::RClusterDescriptor::operator== ( const RClusterDescriptor & other) const

Definition at line 263 of file RNTupleDescriptor.cxx.

Friends And Related Symbol Documentation

◆ Internal::RClusterDescriptorBuilder

Definition at line 233 of file RNTupleDescriptor.hxx.

Member Data Documentation

◆ fClusterId

ROOT::DescriptorId_t ROOT::Experimental::RClusterDescriptor::fClusterId = ROOT::kInvalidDescriptorId
private

Definition at line 346 of file RNTupleDescriptor.hxx.

◆ fColumnRanges

std::unordered_map<ROOT::DescriptorId_t, RColumnRange> ROOT::Experimental::RClusterDescriptor::fColumnRanges
private

Definition at line 352 of file RNTupleDescriptor.hxx.

◆ fFirstEntryIndex

ROOT::NTupleSize_t ROOT::Experimental::RClusterDescriptor::fFirstEntryIndex = ROOT::kInvalidNTupleIndex
private

Clusters can be swapped by adjusting the entry offsets.

Definition at line 348 of file RNTupleDescriptor.hxx.

◆ fNEntries

ROOT::NTupleSize_t ROOT::Experimental::RClusterDescriptor::fNEntries = ROOT::kInvalidNTupleIndex
private

Definition at line 350 of file RNTupleDescriptor.hxx.

◆ fPageRanges

std::unordered_map<ROOT::DescriptorId_t, RPageRange> ROOT::Experimental::RClusterDescriptor::fPageRanges
private

Definition at line 353 of file RNTupleDescriptor.hxx.

Libraries for ROOT::Experimental::RClusterDescriptor:

The documentation for this class was generated from the following files: