diff --git a/Framework/Core/include/Framework/ASoA.h b/Framework/Core/include/Framework/ASoA.h index d214a7c085765..6d25c05077925 100644 --- a/Framework/Core/include/Framework/ASoA.h +++ b/Framework/Core/include/Framework/ASoA.h @@ -2002,6 +2002,12 @@ std::tuple getRowData(arrow::Table* table, T rowIterator, { \ return *mColumnIterator; \ } \ + \ + decltype(auto) get() const \ + { \ + return _Getter_(); \ + } \ + \ static o2::framework::expressions::Projector Projector() \ { \ return _Expression_; \