![]() |
Project
|
#include <TableTreeHelpers.h>
Public Types | |
using | StreamerCreator = std::function< std::shared_ptr< arrow::io::OutputStream >(std::shared_ptr< arrow::dataset::FileFragment >, const std::shared_ptr< arrow::ResizableBuffer > &buffer)> |
Public Member Functions | |
FragmentToBatch (StreamerCreator, std::shared_ptr< arrow::dataset::FileFragment >, arrow::MemoryPool *pool=arrow::default_memory_pool()) | |
void | setLabel (const char *label) |
void | fill (std::shared_ptr< arrow::Schema > dataSetSchema, std::shared_ptr< arrow::dataset::FileFormat >) |
std::shared_ptr< arrow::RecordBatch > | finalize () |
std::shared_ptr< arrow::io::OutputStream > | streamer (std::shared_ptr< arrow::ResizableBuffer > buffer) |
Definition at line 94 of file TableTreeHelpers.h.
using o2::framework::FragmentToBatch::StreamerCreator = std::function<std::shared_ptr<arrow::io::OutputStream>(std::shared_ptr<arrow::dataset::FileFragment>, const std::shared_ptr<arrow::ResizableBuffer>& buffer)> |
Definition at line 98 of file TableTreeHelpers.h.
o2::framework::FragmentToBatch::FragmentToBatch | ( | StreamerCreator | creator, |
std::shared_ptr< arrow::dataset::FileFragment > | fragment, | ||
arrow::MemoryPool * | pool = arrow::default_memory_pool() |
||
) |
Definition at line 299 of file TableTreeHelpers.cxx.
void o2::framework::FragmentToBatch::fill | ( | std::shared_ptr< arrow::Schema > | dataSetSchema, |
std::shared_ptr< arrow::dataset::FileFormat > | format | ||
) |
Definition at line 311 of file TableTreeHelpers.cxx.
std::shared_ptr< arrow::RecordBatch > o2::framework::FragmentToBatch::finalize | ( | ) |
Definition at line 321 of file TableTreeHelpers.cxx.
Definition at line 306 of file TableTreeHelpers.cxx.
|
inline |
Definition at line 105 of file TableTreeHelpers.h.