Hi Arrow devs, I am trying to separate reading only pageHeaders from reading (reading+uncompresing+serializing) its entire content. The current SerializedPageReader::NextPage() does both things at the same time. I tried importing format::PageHeader into a separate project linking against a build of parquet-cpp, but I can't, I guess it is because it is not exported, right? Any suggestions/pointers/ideas are highly appreciated! Thanks!
Renato M.