![]() |
Project
|
#include <RootArrowFilesystem.h>
Public Attributes | |
std::string | name = "unknown" |
std::function< std::string(std::string)> | lfn2objectPath |
std::function< void *(std::shared_ptr< arrow::fs::FileSystem > fs, std::string const &path)> | getHandle |
std::function< bool(char const *)> | checkSupport |
std::function< RootArrowFactory &()> | factory |
Definition at line 110 of file RootArrowFilesystem.h.
std::function<bool(char const*)> o2::framework::RootObjectReadingCapability::checkSupport |
Definition at line 124 of file RootArrowFilesystem.h.
std::function<RootArrowFactory&()> o2::framework::RootObjectReadingCapability::factory |
Definition at line 130 of file RootArrowFilesystem.h.
std::function<void*(std::shared_ptr<arrow::fs::FileSystem> fs, std::string const& path)> o2::framework::RootObjectReadingCapability::getHandle |
Definition at line 122 of file RootArrowFilesystem.h.
std::function<std::string(std::string)> o2::framework::RootObjectReadingCapability::lfn2objectPath |
Definition at line 117 of file RootArrowFilesystem.h.
std::string o2::framework::RootObjectReadingCapability::name = "unknown" |
Definition at line 112 of file RootArrowFilesystem.h.