![]() |
Project
|
#include <TableBuilder.h>
Public Types | |
using | FillType = bool |
using | STLValueType = bool |
using | ArrowType = typename detail::ConversionTraits< bool >::ArrowType |
using | BuilderType = typename arrow::TypeTraits< ArrowType >::BuilderType |
Static Public Member Functions | |
static std::unique_ptr< BuilderType > | make (arrow::MemoryPool *pool) |
static std::shared_ptr< arrow::DataType > | make_datatype () |
static arrow::Status | append (BuilderType &builder, bool value) |
Definition at line 283 of file TableBuilder.h.
using o2::framework::BuilderMaker< bool >::ArrowType = typename detail::ConversionTraits<bool>::ArrowType |
Definition at line 286 of file TableBuilder.h.
using o2::framework::BuilderMaker< bool >::BuilderType = typename arrow::TypeTraits<ArrowType>::BuilderType |
Definition at line 287 of file TableBuilder.h.
using o2::framework::BuilderMaker< bool >::FillType = bool |
Definition at line 284 of file TableBuilder.h.
using o2::framework::BuilderMaker< bool >::STLValueType = bool |
Definition at line 285 of file TableBuilder.h.
|
inlinestatic |
Definition at line 299 of file TableBuilder.h.
|
inlinestatic |
Definition at line 289 of file TableBuilder.h.
|
inlinestatic |
Definition at line 294 of file TableBuilder.h.