Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Internal::RDF::RColumnReadersInfo Struct Reference

This type aggregates some of the arguments passed to InitColumnReaders.

We need to pass a single RColumnReadersInfo object rather than each argument separately because with too many arguments passed, gcc 7.5.0 and cling disagree on the ABI, which leads to the last function argument being read incorrectly from a compiled InitColumnReaders symbols when invoked from a jitted symbol.

Definition at line 80 of file ColumnReaderUtils.hxx.

Public Attributes

const std::vector< std::string > & fColNames
 
const RBookedDefinesfCustomCols
 
ROOT::RDF::RDataSourcefDataSource
 
const std::map< std::string, std::vector< void * > > & fDSValuePtrsMap
 
const boolfIsDefine
 

#include <ROOT/RDF/ColumnReaderUtils.hxx>

Member Data Documentation

◆ fColNames

const std::vector<std::string>& ROOT::Internal::RDF::RColumnReadersInfo::fColNames

Definition at line 81 of file ColumnReaderUtils.hxx.

◆ fCustomCols

const RBookedDefines& ROOT::Internal::RDF::RColumnReadersInfo::fCustomCols

Definition at line 82 of file ColumnReaderUtils.hxx.

◆ fDataSource

ROOT::RDF::RDataSource* ROOT::Internal::RDF::RColumnReadersInfo::fDataSource

Definition at line 85 of file ColumnReaderUtils.hxx.

◆ fDSValuePtrsMap

const std::map<std::string, std::vector<void *> >& ROOT::Internal::RDF::RColumnReadersInfo::fDSValuePtrsMap

Definition at line 84 of file ColumnReaderUtils.hxx.

◆ fIsDefine

const bool* ROOT::Internal::RDF::RColumnReadersInfo::fIsDefine

Definition at line 83 of file ColumnReaderUtils.hxx.

Collaboration diagram for ROOT::Internal::RDF::RColumnReadersInfo:
[legend]

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