![]() |
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 321 of file TableBuilder.h.
using o2::framework::BuilderMaker< T[N]>::ArrowType = arrow::FixedSizeListType |
Definition at line 324 of file TableBuilder.h.
using o2::framework::BuilderMaker< T[N]>::BuilderType = arrow::FixedSizeListBuilder |
Definition at line 323 of file TableBuilder.h.
using o2::framework::BuilderMaker< T[N]>::ElementType = typename detail::ConversionTraits<T>::ArrowType |
Definition at line 325 of file TableBuilder.h.
using o2::framework::BuilderMaker< T[N]>::FillType = T* |
Definition at line 322 of file TableBuilder.h.
|
inlinestatic |
Definition at line 327 of file TableBuilder.h.
|
inlinestatic |
Definition at line 335 of file TableBuilder.h.