Project
Loading...
Searching...
No Matches
o2::framework::RootArrowFactory Struct Referencefinal

#include <RootArrowFilesystem.h>

Public Attributes

std::function< std::shared_ptr< arrow::dataset::FileWriteOptions >()> options = nullptr
 
std::function< std::shared_ptr< arrow::dataset::FileFormat >()> format = nullptr
 
std::function< std::shared_ptr< arrow::io::OutputStream >(std::shared_ptr< arrow::dataset::FileFragment >, const std::shared_ptr< arrow::ResizableBuffer > &buffer)> deferredOutputStreamer = nullptr
 

Detailed Description

Definition at line 97 of file RootArrowFilesystem.h.

Member Data Documentation

◆ deferredOutputStreamer

std::function<std::shared_ptr<arrow::io::OutputStream>(std::shared_ptr<arrow::dataset::FileFragment>, const std::shared_ptr<arrow::ResizableBuffer>& buffer)> o2::framework::RootArrowFactory::deferredOutputStreamer = nullptr

Definition at line 102 of file RootArrowFilesystem.h.

◆ format

std::function<std::shared_ptr<arrow::dataset::FileFormat>()> o2::framework::RootArrowFactory::format = nullptr

Definition at line 99 of file RootArrowFilesystem.h.

◆ options

std::function<std::shared_ptr<arrow::dataset::FileWriteOptions>()> o2::framework::RootArrowFactory::options = nullptr

Definition at line 98 of file RootArrowFilesystem.h.


The documentation for this struct was generated from the following file: