Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RSqliteDS.cxx File Reference
#include <ROOT/RSqliteDS.hxx>
#include <ROOT/RRawFile.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>

Classes

struct  ROOT::RDF::Internal::RSqliteDSDataSet
 The state of an open dataset in terms of the sqlite3 C library. More...

Namespaces

namespace  ROOT
namespace  ROOT::RDF
namespace  ROOT::RDF::Internal

Functions

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