Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
7.0.0
Description
We mention in the docs that:
The classes arrow::Array and its subclasses provide strongly-typed accessors with support for the visitor pattern and other affordances.
But ArrayVisitor class and the Array::Accept() method are missing from the API docs. We should add those, and potentially also provide an example of using the visitor.
Likely worth doing the same for TypeVisitor and ScalarVisitor. It would also be nice to document the performance implication of using ScalarVisitor vs ArrayVisitor. Also we use an "inline" version of the visitors; is that something we do/should expose in the API as well?
Attachments
Issue Links
- links to