12#ifndef O2_FRAMEWORK_ARROWTYPES_H
13#define O2_FRAMEWORK_ARROWTYPES_H
14#include "arrow/type_fwd.h"
23 using type = arrow::BooleanArray;
27 using type = arrow::Int8Array;
31 using type = arrow::UInt8Array;
35 using type = arrow::Int16Array;
39 using type = arrow::UInt16Array;
43 using type = arrow::Int32Array;
47 using type = arrow::Int64Array;
51 using type = arrow::UInt32Array;
55 using type = arrow::UInt64Array;
59 using type = arrow::FloatArray;
63 using type = arrow::DoubleArray;
67 using type = arrow::FixedSizeListArray;
72 using type = arrow::FixedSizeListArray;
77 using type = arrow::FixedSizeListArray;
82 using type = arrow::FixedSizeListArray;
87 using type = arrow::FixedSizeListArray;
91#define ARROW_VECTOR_FOR(_type_) \
93 struct arrow_array_for<std::vector<_type_>> { \
94 using type = arrow::ListArray; \
95 using value_type = _type_; \
#define ARROW_VECTOR_FOR(_type_)
typename arrow_array_for< T >::value_type value_for_t
typename arrow_array_for< T >::type arrow_array_for_t
arrow::FixedSizeListArray type
arrow::FixedSizeListArray type
arrow::FixedSizeListArray type
arrow::FixedSizeListArray type
arrow::FixedSizeListArray type