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

#include <EmptyFragment.h>

Inherits arrow::dataset::Fragment.

Public Member Functions

 EmptyFragment (size_t rows, arrow::compute::Expression partition_expression, std::shared_ptr< arrow::Schema > physical_schema)
 
arrow::Result< arrow::RecordBatchGenerator > ScanBatchesAsync (const std::shared_ptr< arrow::dataset::ScanOptions > &options) override
 

Detailed Description

Definition at line 21 of file EmptyFragment.h.

Constructor & Destructor Documentation

◆ EmptyFragment()

o2::framework::EmptyFragment::EmptyFragment ( size_t  rows,
arrow::compute::Expression  partition_expression,
std::shared_ptr< arrow::Schema >  physical_schema 
)
inline

Definition at line 27 of file EmptyFragment.h.

Member Function Documentation

◆ ScanBatchesAsync()

arrow::Result< arrow::RecordBatchGenerator > o2::framework::EmptyFragment::ScanBatchesAsync ( const std::shared_ptr< arrow::dataset::ScanOptions > &  options)
override

Definition at line 23 of file EmptyFragment.cxx.


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