#include <ROOT/RSqliteDS.hxx>
#include <ROOT/RConfig.hxx>
#include <ROOT/RDF/Utils.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 |
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 |
namespace | ROOT::RDF::Internal |
Functions | |
RDataFrame | ROOT::RDF::MakeSqliteDataFrame (std::string_view fileName, std::string_view query) |
Factory method to create a SQlite RDataFrame. | |