Project
Loading...
Searching...
No Matches
o2::framework::FragmentToBatch Class Reference

#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 ()
 

Detailed Description

Definition at line 146 of file TableTreeHelpers.h.

Constructor & Destructor Documentation

◆ FragmentToBatch()

o2::framework::FragmentToBatch::FragmentToBatch ( arrow::MemoryPool *  pool = arrow::default_memory_pool())

Definition at line 572 of file TableTreeHelpers.cxx.

Member Function Documentation

◆ fill()

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.

◆ finalize()

std::shared_ptr< arrow::RecordBatch > o2::framework::FragmentToBatch::finalize ( )

Definition at line 591 of file TableTreeHelpers.cxx.

◆ setLabel()

void o2::framework::FragmentToBatch::setLabel ( const char label)

Definition at line 577 of file TableTreeHelpers.cxx.


The documentation for this class was generated from the following files: