Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
ROOT::Experimental::Internal::RNTupleMergeData Struct Reference

Definition at line 316 of file RNTupleMerger.cxx.

Public Member Functions

 RNTupleMergeData (std::span< RPageSource * > sources, RPageSink &destination, const RNTupleMergeOptions &mergeOpts)
 

Public Attributes

ColumnIdMap_t fColumnIdMap
 
std::vector< RColumnMergeInfofColumns
 
RPageSinkfDestination
 
const ROOT::RNTupleDescriptorfDstDescriptor
 
const RNTupleMergeOptionsfMergeOpts
 
ROOT::NTupleSize_t fNumDstEntries = 0
 
std::span< RPageSource * > fSources
 
const ROOT::RNTupleDescriptorfSrcDescriptor = nullptr
 

Constructor & Destructor Documentation

◆ RNTupleMergeData()

ROOT::Experimental::Internal::RNTupleMergeData::RNTupleMergeData ( std::span< RPageSource * > sources,
RPageSink & destination,
const RNTupleMergeOptions & mergeOpts )
inline

Definition at line 328 of file RNTupleMerger.cxx.

Member Data Documentation

◆ fColumnIdMap

ColumnIdMap_t ROOT::Experimental::Internal::RNTupleMergeData::fColumnIdMap

Definition at line 324 of file RNTupleMerger.cxx.

◆ fColumns

std::vector<RColumnMergeInfo> ROOT::Experimental::Internal::RNTupleMergeData::fColumns

Definition at line 323 of file RNTupleMerger.cxx.

◆ fDestination

RPageSink& ROOT::Experimental::Internal::RNTupleMergeData::fDestination

Definition at line 318 of file RNTupleMerger.cxx.

◆ fDstDescriptor

const ROOT::RNTupleDescriptor& ROOT::Experimental::Internal::RNTupleMergeData::fDstDescriptor

Definition at line 320 of file RNTupleMerger.cxx.

◆ fMergeOpts

const RNTupleMergeOptions& ROOT::Experimental::Internal::RNTupleMergeData::fMergeOpts

Definition at line 319 of file RNTupleMerger.cxx.

◆ fNumDstEntries

ROOT::NTupleSize_t ROOT::Experimental::Internal::RNTupleMergeData::fNumDstEntries = 0

Definition at line 326 of file RNTupleMerger.cxx.

◆ fSources

std::span<RPageSource *> ROOT::Experimental::Internal::RNTupleMergeData::fSources

Definition at line 317 of file RNTupleMerger.cxx.

◆ fSrcDescriptor

const ROOT::RNTupleDescriptor* ROOT::Experimental::Internal::RNTupleMergeData::fSrcDescriptor = nullptr

Definition at line 321 of file RNTupleMerger.cxx.

Collaboration diagram for ROOT::Experimental::Internal::RNTupleMergeData:
[legend]

The documentation for this struct was generated from the following file: