Open kou opened 3 months ago
Apache Parquet file may have statistics. We can attach them to read Apache Arrow arrays by arrow::ArrayStatistics that was introduced by #41909.
arrow::ArrayStatistics
C++, Parquet
FYI: https://github.com/apache/arrow/issues/43382
Thanks for the information!
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