Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RCsvDS.hxx File Reference
#include "ROOT/RDataFrame.hxx"
#include "ROOT/RDataSource.hxx"
#include <cstdint>
#include <deque>
#include <list>
#include <unordered_map>
#include <set>
#include <memory>
#include <vector>
#include <TRegexp.h>
Include dependency graph for RCsvDS.hxx:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::RDF::RCsvDS
 RDataFrame data source class for reading CSV files. More...
 

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::Internal
 
namespace  ROOT::RDF
 

Functions

RDataFrame ROOT::RDF::FromCSV (std::string_view fileName, bool readHeaders=true, char delimiter=',', Long64_t linesChunkSize=-1LL, std::unordered_map< std::string, char > &&colTypes={})
 Factory method to create a CSV RDataFrame.