Logo ROOT   6.16/01
Reference Guide
Namespaces | Functions
RSqliteDS.cxx File Reference
#include <ROOT/RSqliteDS.hxx>
#include <ROOT/RConfig.hxx>
#include <ROOT/RDF/Utils.hxx>
#include <ROOT/RMakeUnique.hxx>
#include "TError.h"
#include "TRandom.h"
#include "TSystem.h"
#include <algorithm>
#include <cctype>
#include <cerrno>
#include <cstring>
#include <ctime>
#include <memory>
#include <stdexcept>
#include <utility>
#include <sqlite3.h>
Include dependency graph for RSqliteDS.cxx:

Namespaces

namespace  ROOT
 Namespace for new ROOT classes and functions.
 
namespace  ROOT::RDF
 
namespace  ROOT::RDF::Internal
 

Functions

RDataFrame ROOT::RDF::MakeSqliteDataFrame (std::string_view fileName, std::string_view query)
 Factory method to create a SQlite RDataFrame. More...