apache / arrow

Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics
https://arrow.apache.org/
Apache License 2.0
14.68k stars 3.56k forks source link

[C++][Parquet] Add support for arrow::ArrayStatistics #43549

Open kou opened 3 months ago

kou commented 3 months ago

Describe the enhancement requested

Apache Parquet file may have statistics. We can attach them to read Apache Arrow arrays by arrow::ArrayStatistics that was introduced by #41909.

Component(s)

C++, Parquet

mapleFU commented 3 months ago

FYI: https://github.com/apache/arrow/issues/43382

kou commented 3 months ago

Thanks for the information!