![]() |
Project
|
#include <TableBuilder.h>
Inherits InsertionTrait::Policy.
Public Types | |
using | Policy = typename InsertionTrait< T >::Policy |
using | ArrowType = typename detail::ConversionTraits< T >::ArrowType |
using | BuilderType = typename arrow::TypeTraits< ArrowType >::BuilderType |
Public Member Functions | |
BuilderHolder (arrow::MemoryPool *pool, size_t nRows=0) | |
Public Attributes | |
std::unique_ptr< BuilderType > | builder |
Static Public Attributes | |
static constexpr size_t | index = I |
Definition at line 466 of file TableBuilder.h.
using o2::framework::BuilderHolder< I, T >::ArrowType = typename detail::ConversionTraits<T>::ArrowType |
Definition at line 469 of file TableBuilder.h.
using o2::framework::BuilderHolder< I, T >::BuilderType = typename arrow::TypeTraits<ArrowType>::BuilderType |
Definition at line 470 of file TableBuilder.h.
using o2::framework::BuilderHolder< I, T >::Policy = typename InsertionTrait<T>::Policy |
Definition at line 468 of file TableBuilder.h.
|
inline |
Definition at line 472 of file TableBuilder.h.
std::unique_ptr<BuilderType> o2::framework::BuilderHolder< I, T >::builder |
Definition at line 483 of file TableBuilder.h.
|
staticconstexpr |
Definition at line 467 of file TableBuilder.h.