Skip to content

Commit

Permalink
GH-44710: [Docs][C++] Add arrow::ArrayStatistics to API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Nov 18, 2024
1 parent aab7d81 commit 3f7cea2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/arrow/array/statistics.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

namespace arrow {

/// \class ArrayStatistics
/// \brief Statistics for an Array
///
/// Apache Arrow format doesn't have statistics but data source such
Expand Down
4 changes: 4 additions & 0 deletions docs/source/cpp/api/array.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Arrays
Base classes
============

.. doxygenclass:: arrow::ArrayStatistics
:project: arrow_cpp
:members:

.. doxygenclass:: arrow::ArrayData
:project: arrow_cpp
:members:
Expand Down

0 comments on commit 3f7cea2

Please sign in to comment.