felipecrv commented on code in PR #43542:
URL: https://github.com/apache/arrow/pull/43542#discussion_r1733261416
##########
cpp/src/arrow/chunked_array.h:
##########
@@ -116,6 +118,10 @@ class ARROW_EXPORT ChunkedArray {
/// \return an ArrayVector of chunks
const ArrayVector& chunks() const { return chunks_; }
+ /// \return The set of device allocation types used by the chunks in this
+ /// chunked array.
+ DeviceAllocationTypeSet DeviceTypeSet() const;
Review Comment:
Done.
--
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]