#include <AnalysisHelpers.h>
Definition at line 31 of file AnalysisHelpers.h.
◆ field()
| std::shared_ptr< arrow::Field > o2::soa::IndexRecord::field |
( |
| ) |
const |
|
inline |
◆ operator==()
| auto o2::soa::IndexRecord::operator== |
( |
IndexRecord const & |
other | ) |
const |
|
inline |
◆ columnLabel
| std::string o2::soa::IndexRecord::columnLabel |
◆ kind
◆ label
| std::string o2::soa::IndexRecord::label |
◆ pos
| int o2::soa::IndexRecord::pos |
◆ type
| std::shared_ptr<arrow::DataType> o2::soa::IndexRecord::type |
Initial value:
return arrow::int32();
return arrow::fixed_size_list(arrow::int32(), 2);
return arrow::list(arrow::int32());
default:
return {nullptr};
}
Definition at line 36 of file AnalysisHelpers.h.
The documentation for this struct was generated from the following file: