![]() |
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 497 of file TableBuilder.h.
using o2::framework::BuilderHolder< I, T >::ArrowType = typename detail::ConversionTraits<T>::ArrowType |
Definition at line 500 of file TableBuilder.h.
using o2::framework::BuilderHolder< I, T >::BuilderType = typename arrow::TypeTraits<ArrowType>::BuilderType |
Definition at line 501 of file TableBuilder.h.
using o2::framework::BuilderHolder< I, T >::Policy = typename InsertionTrait<T>::Policy |
Definition at line 499 of file TableBuilder.h.
|
inline |
Definition at line 503 of file TableBuilder.h.
std::unique_ptr<BuilderType> o2::framework::BuilderHolder< I, T >::builder |
Definition at line 514 of file TableBuilder.h.
|
staticconstexpr |
Definition at line 498 of file TableBuilder.h.