jorisvandenbossche commented on code in PR #40803:
URL: https://github.com/apache/arrow/pull/40803#discussion_r1541030064
##########
cpp/src/arrow/record_batch.h:
##########
@@ -85,8 +85,12 @@ class ARROW_EXPORT RecordBatch {
/// Create a Tensor object with shape (number of rows, number of columns) and
/// strides (type size in bytes, type size in bytes * number of rows).
/// Generated Tensor will have column-major layout.
+ ///
+ /// \param[in] null_to_nan if true, convert nulls to NaN
+ /// \param[in] pool the memory pool to allocate new validity bitmaps
Review Comment:
```suggestion
/// \param[in] pool the memory pool to allocate the tensor buffer
```
--
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]