#include <ROOT/RDF/Utils.hxx>
#include <ROOT/TSeq.hxx>
#include <ROOT/RArrowDS.hxx>
#include <snprintf.h>
#include <algorithm>
#include <memory>
#include <sstream>
#include <string>
#include <arrow/table.h>
#include <arrow/stl.h>
Namespaces | |
namespace | ROOT |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
namespace | ROOT::Internal |
namespace | ROOT::Internal::RDF |
namespace | ROOT::RDF |
Macros | |
#define | ROOT_ARROW_STL_CONVERSION(c_type, ArrowType_) |
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. | |
template<typename T > | |
std::shared_ptr< arrow::ChunkedArray > | ROOT::RDF::getData (T p) |
int | ROOT::RDF::getNRecords (std::shared_ptr< arrow::Table > &table, std::vector< std::string > &columnNames) |
void | ROOT::RDF::splitInEqualRanges (std::vector< std::pair< ULong64_t, ULong64_t > > &ranges, int nRecords, unsigned int nSlots) |
#define ROOT_ARROW_STL_CONVERSION | ( | c_type, | |
ArrowType_ | |||
) |
Definition at line 62 of file RArrowDS.cxx.