#include "arrow/type_fwd.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 |
|
◆ ARROW_VECTOR_FOR
#define ARROW_VECTOR_FOR |
( |
|
_type_ | ) |
|
Value: template <> \
struct arrow_array_for<
std::vector<_type_>> { \
using type = arrow::ListArray; \
using value_type = _type_; \
};
GLint GLint GLsizei GLint GLenum GLenum type
Defining DataPointCompositeObject explicitly as copiable.
Definition at line 91 of file ArrowTypes.h.