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.63k stars 3.56k forks source link

[Docs][C++] Add `arrow::ArrayStatistics` to API doc #44710

Closed kou closed 3 days ago

kou commented 1 week ago

Describe the enhancement requested

arrow::ArrayStatistics should be listed in https://arrow.apache.org/docs/dev/cpp/api/array.html .

Component(s)

C++, Documentation

kou commented 3 days ago

Issue resolved by pull request 44764 https://github.com/apache/arrow/pull/44764