diff --git a/Framework/Core/include/Framework/ASoA.h b/Framework/Core/include/Framework/ASoA.h index 42193623aa93d..ec776aa31c271 100644 --- a/Framework/Core/include/Framework/ASoA.h +++ b/Framework/Core/include/Framework/ASoA.h @@ -1127,6 +1127,10 @@ class Table return t; } + protected: + /// Offset of the table within a larger table. + uint64_t mOffset; + private: template arrow::ChunkedArray* lookupColumn() @@ -1149,8 +1153,6 @@ class Table unfiltered_iterator mBegin; /// Cached end iterator for this table. RowViewSentinel mEnd; - /// Offset of the table within a larger table. - uint64_t mOffset; }; template