![]() |
Project
|
#include <IndexBuilderHelpers.h>
Public Member Functions | |
| SelfBuilder (arrow::MemoryPool *pool) | |
| void | reset (std::shared_ptr< arrow::ChunkedArray >) |
| bool | find (int) const |
| void | fill (int idx) |
| std::shared_ptr< arrow::ChunkedArray > | result () const |
Public Attributes | |
| std::unique_ptr< arrow::ArrayBuilder > | mBuilder = nullptr |
| std::unique_ptr< framework::ChunkedArrayIterator > | keyIndex = nullptr |
Definition at line 55 of file IndexBuilderHelpers.h.
| o2::framework::SelfBuilder::SelfBuilder | ( | arrow::MemoryPool * | pool | ) |
Definition at line 61 of file IndexBuilderHelpers.cxx.
Definition at line 75 of file IndexBuilderHelpers.cxx.
|
inline |
Definition at line 61 of file IndexBuilderHelpers.h.
| void o2::framework::SelfBuilder::reset | ( | std::shared_ptr< arrow::ChunkedArray > | ) |
Definition at line 69 of file IndexBuilderHelpers.cxx.
| std::shared_ptr< arrow::ChunkedArray > o2::framework::SelfBuilder::result | ( | ) | const |
Definition at line 80 of file IndexBuilderHelpers.cxx.
| std::unique_ptr<framework::ChunkedArrayIterator> o2::framework::SelfBuilder::keyIndex = nullptr |
Definition at line 57 of file IndexBuilderHelpers.h.
| std::unique_ptr<arrow::ArrayBuilder> o2::framework::SelfBuilder::mBuilder = nullptr |
Definition at line 56 of file IndexBuilderHelpers.h.