![]() |
Project
|
#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 |
Definition at line 97 of file RootArrowFilesystem.h.
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.
std::function<std::shared_ptr<arrow::dataset::FileFormat>()> o2::framework::RootArrowFactory::format = nullptr |
Definition at line 99 of file RootArrowFilesystem.h.
std::function<std::shared_ptr<arrow::dataset::FileWriteOptions>()> o2::framework::RootArrowFactory::options = nullptr |
Definition at line 98 of file RootArrowFilesystem.h.