|
ROOT 6.14/05 Reference Guide |
#include <ROOT/RDFUtils.hxx>#include <ROOT/TSeq.hxx>#include <ROOT/RArrowDS.hxx>#include <ROOT/RMakeUnique.hxx>#include <algorithm>#include <sstream>#include <string>#include <arrow/table.h>Namespaces | |
| ROOT | |
| Namespace for new ROOT classes and functions. | |
| ROOT::Internal | |
| ROOT::Internal::RDF | |
| ROOT::RDF | |
Functions | |
| RDataFrame | ROOT::RDF::MakeArrowDataFrame (std::shared_ptr< arrow::Table > table, std::vector< std::string > const &columns) |
| Factory method to create a Apache Arrow RDataFrame. More... | |