![]() |
Project
|
#include <TableBuilder.h>
Public Member Functions | |
template<typename BUILDER > | |
arrow::Status | append (BUILDER &builder, T value) |
template<typename BUILDER > | |
arrow::Status | flush (BUILDER &builder) |
Public Attributes | |
T | cache [CHUNK_SIZE] |
int | pos = 0 |
Static Public Attributes | |
static constexpr int | CHUNK_SIZE = 256 |
Definition at line 461 of file TableBuilder.h.
|
inline |
Definition at line 465 of file TableBuilder.h.
|
inline |
Definition at line 476 of file TableBuilder.h.
T o2::framework::CachedInsertion< T >::cache[CHUNK_SIZE] |
Definition at line 483 of file TableBuilder.h.
|
staticconstexpr |
Definition at line 462 of file TableBuilder.h.
int o2::framework::CachedInsertion< T >::pos = 0 |
Definition at line 484 of file TableBuilder.h.