![]() |
Project
|
#include <TableBuilder.h>
Public Types | |
using | FillType = T * |
using | BuilderType = arrow::FixedSizeListBuilder |
using | ArrowType = arrow::FixedSizeListType |
using | ElementType = typename detail::ConversionTraits< T >::ArrowType |
Static Public Member Functions | |
static std::unique_ptr< BuilderType > | make (arrow::MemoryPool *pool) |
static std::shared_ptr< arrow::DataType > | make_datatype () |
Definition at line 349 of file TableBuilder.h.
using o2::framework::BuilderMaker< T[N]>::ArrowType = arrow::FixedSizeListType |
Definition at line 352 of file TableBuilder.h.
using o2::framework::BuilderMaker< T[N]>::BuilderType = arrow::FixedSizeListBuilder |
Definition at line 351 of file TableBuilder.h.
using o2::framework::BuilderMaker< T[N]>::ElementType = typename detail::ConversionTraits<T>::ArrowType |
Definition at line 353 of file TableBuilder.h.
using o2::framework::BuilderMaker< T[N]>::FillType = T* |
Definition at line 350 of file TableBuilder.h.
|
inlinestatic |
Definition at line 355 of file TableBuilder.h.
|
inlinestatic |
Definition at line 363 of file TableBuilder.h.