Project
Loading...
Searching...
No Matches
o2::soa::IndexRecord Struct Reference

#include <AnalysisHelpers.h>

Public Member Functions

auto operator== (IndexRecord const &other) const
 
std::shared_ptr< arrow::Field > field () const
 

Public Attributes

std::string label
 
std::string columnLabel
 
IndexKind kind
 
int pos
 
std::shared_ptr< arrow::DataType > type
 

Detailed Description

Definition at line 31 of file AnalysisHelpers.h.

Member Function Documentation

◆ field()

std::shared_ptr< arrow::Field > o2::soa::IndexRecord::field ( ) const
inline

Definition at line 55 of file AnalysisHelpers.h.

◆ operator==()

auto o2::soa::IndexRecord::operator== ( IndexRecord const &  other) const
inline

Definition at line 50 of file AnalysisHelpers.h.

Member Data Documentation

◆ columnLabel

std::string o2::soa::IndexRecord::columnLabel

Definition at line 33 of file AnalysisHelpers.h.

◆ kind

IndexKind o2::soa::IndexRecord::kind

Definition at line 34 of file AnalysisHelpers.h.

◆ label

std::string o2::soa::IndexRecord::label

Definition at line 32 of file AnalysisHelpers.h.

◆ pos

int o2::soa::IndexRecord::pos

Definition at line 35 of file AnalysisHelpers.h.

◆ type

std::shared_ptr<arrow::DataType> o2::soa::IndexRecord::type
Initial value:
= [](IndexKind kind) -> std::shared_ptr<arrow::DataType> {
switch (kind) {
return arrow::int32();
return arrow::fixed_size_list(arrow::int32(), 2);
return arrow::list(arrow::int32());
default:
return {nullptr};
}
}(kind)

Definition at line 36 of file AnalysisHelpers.h.


The documentation for this struct was generated from the following file: