pitrou commented on code in PR #35794:
URL: https://github.com/apache/arrow/pull/35794#discussion_r1210615490
##########
cpp/src/arrow/datum.h:
##########
@@ -146,6 +183,8 @@ struct ARROW_EXPORT Datum {
}
}
+ /// \brief Retrieve the stored array as ArrayData, use make_array() if Array
is desired
Review Comment:
```suggestion
/// \brief Retrieve the stored array as ArrayData
///
/// Use make_array() if an Array is desired (which is more expensive).
```
--
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]