![]() |
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 467 of file TableBuilder.h.
|
inline |
Definition at line 471 of file TableBuilder.h.
|
inline |
Definition at line 482 of file TableBuilder.h.
T o2::framework::CachedInsertion< T >::cache[CHUNK_SIZE] |
Definition at line 489 of file TableBuilder.h.
|
staticconstexpr |
Definition at line 468 of file TableBuilder.h.
int o2::framework::CachedInsertion< T >::pos = 0 |
Definition at line 490 of file TableBuilder.h.