![]() |
Project
|
#include <TableTreeHelpers.h>
Public Member Functions | |
FragmentToBatch (arrow::MemoryPool *pool=arrow::default_memory_pool()) | |
void | setLabel (const char *label) |
void | fill (std::shared_ptr< arrow::dataset::FileFragment >, std::shared_ptr< arrow::Schema > dataSetSchema, std::shared_ptr< arrow::dataset::FileFormat >) |
std::shared_ptr< arrow::RecordBatch > | finalize () |
Definition at line 146 of file TableTreeHelpers.h.
o2::framework::FragmentToBatch::FragmentToBatch | ( | arrow::MemoryPool * | pool = arrow::default_memory_pool() | ) |
Definition at line 572 of file TableTreeHelpers.cxx.
void o2::framework::FragmentToBatch::fill | ( | std::shared_ptr< arrow::dataset::FileFragment > | fragment, |
std::shared_ptr< arrow::Schema > | dataSetSchema, | ||
std::shared_ptr< arrow::dataset::FileFormat > | format | ||
) |
Definition at line 582 of file TableTreeHelpers.cxx.
std::shared_ptr< arrow::RecordBatch > o2::framework::FragmentToBatch::finalize | ( | ) |
Definition at line 591 of file TableTreeHelpers.cxx.
Definition at line 577 of file TableTreeHelpers.cxx.