#include "Framework/ASoA.h"
#include "Framework/StructToTuple.h"
#include "Framework/RuntimeError.h"
#include <arrow/chunked_array.h>
#include <arrow/status.h>
#include <arrow/memory_pool.h>
#include <arrow/stl.h>
#include <arrow/type_traits.h>
#include <arrow/table.h>
#include <arrow/builder.h>
#include <arrow/util/key_value_metadata.h>
#include <vector>
#include <string>
#include <memory>
#include <tuple>
#include <type_traits>
#include <concepts>
Go to the source code of this file.
|
| namespace | arrow |
| |
| namespace | o2 |
| | a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
|
| |
| namespace | o2::framework |
| | Defining PrimaryVertex explicitly as messageable.
|
| |
| namespace | o2::framework::detail |
| |
◆ O2_ARROW_STL_CONVERSION
| #define O2_ARROW_STL_CONVERSION |
( |
|
c_type, |
|
|
|
ArrowType_ |
|
) |
| |
Value: template <> \
struct ConversionTraits<c_type> { \
using ArrowType = ::arrow::ArrowType_; \
};
Definition at line 79 of file TableBuilder.h.