Skip to content

Commit 60cc251

Browse files
authored
GH-44710: [Docs][C++] Add arrow::ArrayStatistics to API doc (#44764)
### Rationale for this change https://arrow.apache.org/docs/cpp/api/array.html should have `arrow::ArrayStatistics`. ### What changes are included in this PR? Add missing `\class` and `doxygenclass`. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: #44710 Authored-by: Sutou Kouhei <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 66c2cf0 commit 60cc251

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

cpp/src/arrow/array/statistics.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
namespace arrow {
2929

30+
/// \class ArrayStatistics
3031
/// \brief Statistics for an Array
3132
///
3233
/// Apache Arrow format doesn't have statistics but data source such

docs/source/cpp/api/array.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ Arrays
2222
Base classes
2323
============
2424

25+
.. doxygenclass:: arrow::ArrayStatistics
26+
:project: arrow_cpp
27+
:members:
28+
2529
.. doxygenclass:: arrow::ArrayData
2630
:project: arrow_cpp
2731
:members:

0 commit comments

Comments
 (0)