Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RArrowDS.hxx File Reference
#include "ROOT/RDataFrame.hxx"
#include "ROOT/RDataSource.hxx"
#include <memory>

Classes

class  ROOT::RDF::RArrowDS
 RDataFrame data source class to interface with Apache Arrow. More...

Namespaces

namespace  arrow
namespace  ROOT
namespace  ROOT::Internal
namespace  ROOT::Internal::RDF
namespace  ROOT::RDF

Functions

RDataFrame ROOT::RDF::FromArrow (std::shared_ptr< arrow::Table > table, std::vector< std::string > const &columnNames)
 Factory method to create a Apache Arrow RDataFrame.