Logo ROOT   6.16/01
Reference Guide
Namespaces | Functions
RArrowDS.cxx File Reference
#include <ROOT/RDF/Utils.hxx>
#include <ROOT/TSeq.hxx>
#include <ROOT/RArrowDS.hxx>
#include <ROOT/RMakeUnique.hxx>
#include <algorithm>
#include <sstream>
#include <string>
#include <arrow/table.h>
Include dependency graph for RArrowDS.cxx:

Namespaces

namespace  ROOT
 Namespace for new ROOT classes and functions.
 
namespace  ROOT::Internal
 
namespace  ROOT::Internal::RDF
 
namespace  ROOT::RDF
 

Functions

template<typename T >
std::shared_ptr< arrow::ChunkedArray > ROOT::RDF::getData (T p)
 
template<>
std::shared_ptr< arrow::ChunkedArray > ROOT::RDF::getData< std::shared_ptr< arrow::ChunkedArray > > (std::shared_ptr< arrow::ChunkedArray > p)
 
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...