#include "Framework/ASoA.h"
#include "ArrowDebugHelpers.h"
#include "Framework/RuntimeError.h"
#include <arrow/util/key_value_metadata.h>
#include <arrow/util/config.h>
#include <TMemFile.h>
#include <TClass.h>
#include <TTree.h>
#include <TH1.h>
#include <TError.h>
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.
|
|
|
void | o2::soa::accessingInvalidIndexFor (const char *getter) |
|
void | o2::soa::dereferenceWithWrongType (const char *getter, const char *target) |
|
void | o2::soa::missingFilterDeclaration (int hash, int ai) |
|
void | o2::soa::getterNotFound (const char *targetColumnLabel) |
|
void | o2::soa::emptyColumnLabel () |
|
SelectionVector | o2::soa::selectionToVector (gandiva::Selection const &sel) |
|
SelectionVector | o2::soa::sliceSelection (std::span< int64_t const > const &mSelectedRows, int64_t nrows, uint64_t offset) |
|
arrow::ChunkedArray * | o2::soa::getIndexFromLabel (arrow::Table *table, std::string_view label) |
|
void | o2::soa::notBoundTable (const char *tableName) |
|
void | o2::soa::notFoundColumn (const char *label, const char *key) |
|
void | o2::soa::missingOptionalPreslice (const char *label, const char *key) |
|
void * | o2::soa::extractCCDBPayload (char *payload, size_t size, TClass const *cl, const char *what) |
|
std::string | o2::framework::cutString (std::string &&str) |
|
std::string | o2::framework::strToUpper (std::string &&str) |
|