![]() |
Project
|
#include <TableBuilder.h>
Public Types | |
using | FillType = T |
using | STLValueType = T |
using | ArrowType = typename detail::ConversionTraits< T >::ArrowType |
using | BuilderType = typename arrow::TypeTraits< ArrowType >::BuilderType |
Static Public Member Functions | |
static std::unique_ptr< BuilderType > | make (arrow::MemoryPool *pool) |
static std::shared_ptr< arrow::DataType > | make_datatype () |
static arrow::Status | append (BuilderType &builder, T value) |
template<int N> | |
static arrow::Status | append (BuilderType &builder, std::array< T, N > &value) |
Definition at line 254 of file TableBuilder.h.
using o2::framework::BuilderMaker< T >::ArrowType = typename detail::ConversionTraits<T>::ArrowType |
Definition at line 257 of file TableBuilder.h.
using o2::framework::BuilderMaker< T >::BuilderType = typename arrow::TypeTraits<ArrowType>::BuilderType |
Definition at line 258 of file TableBuilder.h.
using o2::framework::BuilderMaker< T >::FillType = T |
Definition at line 255 of file TableBuilder.h.
using o2::framework::BuilderMaker< T >::STLValueType = T |
Definition at line 256 of file TableBuilder.h.
|
inlinestatic |
Definition at line 276 of file TableBuilder.h.
|
inlinestatic |
Definition at line 270 of file TableBuilder.h.
|
inlinestatic |
Definition at line 260 of file TableBuilder.h.
|
inlinestatic |
Definition at line 265 of file TableBuilder.h.