#include "ROOT/RDataFrame.hxx"
#include "ROOT/RDataSource.hxx"
#include "ROOT/RStringView.hxx"
#include <map>
#include <memory>
#include <mutex>
#include <string>
#include <vector>
Classes | |
class | ROOT::RDF::RSqliteDS |
RSqliteDS is an RDF data source implementation for SQL result sets from sqlite3 files. More... | |
struct | ROOT::RDF::RSqliteDS::Value_t |
Used to hold a single "cell" of the SELECT query's result table. Can be changed to std::variant once available. More... | |
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... | |