This type aggregates some of the arguments passed to GetColumnReaders.
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 GetColumnReaders symbols when invoked from a jitted symbol.
Definition at line 67 of file ColumnReaderUtils.hxx.
Public Attributes | |
const std::vector< std::string > & | fColNames |
RColumnRegister & | fColRegister |
const bool * | fIsDefine |
RLoopManager & | fLoopManager |
#include <ROOT/RDF/ColumnReaderUtils.hxx>
const std::vector<std::string>& ROOT::Internal::RDF::RColumnReadersInfo::fColNames |
Definition at line 68 of file ColumnReaderUtils.hxx.
RColumnRegister& ROOT::Internal::RDF::RColumnReadersInfo::fColRegister |
Definition at line 69 of file ColumnReaderUtils.hxx.
const bool* ROOT::Internal::RDF::RColumnReadersInfo::fIsDefine |
Definition at line 70 of file ColumnReaderUtils.hxx.
RLoopManager& ROOT::Internal::RDF::RColumnReadersInfo::fLoopManager |
Definition at line 71 of file ColumnReaderUtils.hxx.