Good Afternoon Everyone,

    I am looking for a C++ analog to the python SDK's
pyarrow.parquet.RowGroupMetaData
function (
https://arrow.apache.org/docs/python/generated/pyarrow.parquet.RowGroupMetaData.html
). Does one exist? At a high level I am trying to obtain the layout of a
parquet file without decoding the actual data content. Specifically, I need
to obtain the number of row groups ( which I know how to get ) and the
number of rows in *each* row group. What is the best way to do this?

Regards,

Bipin

Reply via email to