Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::Internal::RNTupleMerger::RColumnInfo Struct Reference

Definition at line 44 of file RNTupleMerger.hxx.

Public Member Functions

 RColumnInfo (const std::string &name, const std::string &typeAndVersion, const DescriptorId_t &inputId, const DescriptorId_t &outputId)
 

Public Attributes

DescriptorId_t fColumnInputId
 
std::string fColumnName
 The qualified field name to which the column belongs, followed by the column index.
 
DescriptorId_t fColumnOutputId
 
std::string fColumnTypeAndVersion
 "<type>.<version>" of the field to which the column belongs
 

Constructor & Destructor Documentation

◆ RColumnInfo()

ROOT::Experimental::Internal::RNTupleMerger::RColumnInfo::RColumnInfo ( const std::string &  name,
const std::string &  typeAndVersion,
const DescriptorId_t inputId,
const DescriptorId_t outputId 
)
inline

Definition at line 50 of file RNTupleMerger.hxx.

Member Data Documentation

◆ fColumnInputId

DescriptorId_t ROOT::Experimental::Internal::RNTupleMerger::RColumnInfo::fColumnInputId

Definition at line 47 of file RNTupleMerger.hxx.

◆ fColumnName

std::string ROOT::Experimental::Internal::RNTupleMerger::RColumnInfo::fColumnName

The qualified field name to which the column belongs, followed by the column index.

Definition at line 45 of file RNTupleMerger.hxx.

◆ fColumnOutputId

DescriptorId_t ROOT::Experimental::Internal::RNTupleMerger::RColumnInfo::fColumnOutputId

Definition at line 48 of file RNTupleMerger.hxx.

◆ fColumnTypeAndVersion

std::string ROOT::Experimental::Internal::RNTupleMerger::RColumnInfo::fColumnTypeAndVersion

"<type>.<version>" of the field to which the column belongs

Definition at line 46 of file RNTupleMerger.hxx.

Collaboration diagram for ROOT::Experimental::Internal::RNTupleMerger::RColumnInfo:
[legend]

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