arrow
arrow copied to clipboard
GH-40592: [C++][Parquet] Implement SizeStatistics
Rationale for this change
Parquet format 2.10.0 has introduced SizeStatistics. parquet-mr has also implemented this: https://github.com/apache/parquet-mr/pull/1177. Now it is time for parquet-cpp to pick the ball.
What changes are included in this PR?
Implement reading and writing size statistics for parquet-cpp.
Are these changes tested?
TBD
Are there any user-facing changes?
Yes, now parquet users are able to read and write size statistics.
- GitHub Issue: #40592