Go to the source code of this file.
|
| namespace | o2 |
| | a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
|
| |
| namespace | o2::soa |
| |
| namespace | o2::framework |
| | Defining PrimaryVertex explicitly as messageable.
|
| |
|
| std::shared_ptr< arrow::Table > | o2::framework::makeEmptyTableImpl (const char *name, std::shared_ptr< arrow::Schema > &schema) |
| |
| std::shared_ptr< arrow::Table > | o2::framework::spawnerHelper (std::shared_ptr< arrow::Table > const &fullTable, std::shared_ptr< arrow::Schema > newSchema, size_t nColumns, expressions::Projector *projectors, const char *name, std::shared_ptr< gandiva::Projector > &projector) |
| |
| std::shared_ptr< arrow::Table > | o2::framework::spawnerHelper (std::shared_ptr< arrow::Table > const &fullTable, std::shared_ptr< arrow::Schema > newSchema, const char *name, size_t nColumns, const std::shared_ptr< gandiva::Projector > &projector) |
| |
| void | o2::framework::initializePartitionCaches (std::set< uint32_t > const &hashes, std::shared_ptr< arrow::Schema > const &schema, expressions::Filter const &filter, gandiva::NodePtr &tree, gandiva::FilterPtr &gfilter) |
| |
| std::string | o2::framework::serializeProjectors (std::vector< framework::expressions::Projector > &projectors) |
| |
| std::string | o2::framework::serializeSchema (std::shared_ptr< arrow::Schema > schema) |
| |
| std::string | o2::framework::serializeIndexRecords (std::vector< o2::soa::IndexRecord > &irs) |
| |
| std::vector< std::shared_ptr< arrow::Table > > | o2::framework::extractSources (ProcessingContext &pc, std::vector< std::string > const &labels) |
| |