Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RLazyDS.hxx File Reference
#include "ROOT/RDF/RLazyDSImpl.hxx"
#include "ROOT/RDataFrame.hxx"
#include <memory>
Include dependency graph for RLazyDS.hxx:

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
namespace  ROOT::RDF
 

Functions

template<typename... ColumnTypes>
RDataFrame ROOT::RDF::MakeLazyDataFrame (std::pair< std::string, RResultPtr< std::vector< ColumnTypes > > > &&... colNameProxyPairs)
 Factory method to create a Lazy RDataFrame.