#include <ROOT/RSqliteDS.hxx>
#include <ROOT/RConfig.hxx>
#include <ROOT/RDF/Utils.hxx>
#include <ROOT/RMakeUnique.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>
Namespaces | |
namespace | ROOT |
VSD Structures. | |
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... | |