kou commented on PR #47204:
URL: https://github.com/apache/arrow/pull/47204#issuecomment-3240427225
Could you add `arrow::EqualOptions` to documentation targets?
```diff
diff --git a/docs/source/cpp/api/utilities.rst
b/docs/source/cpp/api/utilities.rst
index 5ce3d7d1a4..b8d542f481 100644
--- a/docs/source/cpp/api/utilities.rst
+++ b/docs/source/cpp/api/utilities.rst
@@ -43,6 +43,12 @@ Iterators
.. doxygenclass:: arrow::VectorIterator
:members:
+Comparison
+==========
+
+.. doxygenclass:: arrow::EqualOptions
+ :members:
+
Compression
===========
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]