![]() |
Project
|
#include <TableBuilder.h>
Inherits P.
Public Types | |
using | Policy = P |
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 488 of file TableBuilder.h.
using o2::framework::BuilderHolder< I, T, P >::ArrowType = typename detail::ConversionTraits<T>::ArrowType |
Definition at line 491 of file TableBuilder.h.
using o2::framework::BuilderHolder< I, T, P >::BuilderType = typename arrow::TypeTraits<ArrowType>::BuilderType |
Definition at line 492 of file TableBuilder.h.
using o2::framework::BuilderHolder< I, T, P >::Policy = P |
Definition at line 490 of file TableBuilder.h.
|
inline |
Definition at line 494 of file TableBuilder.h.
std::unique_ptr<BuilderType> o2::framework::BuilderHolder< I, T, P >::builder |
Definition at line 505 of file TableBuilder.h.
|
staticconstexpr |
Definition at line 489 of file TableBuilder.h.