felipecrv commented on code in PR #43795:
URL: https://github.com/apache/arrow/pull/43795#discussion_r1733346713
##########
python/pyarrow/table.pxi:
##########
@@ -1407,6 +1435,19 @@ cdef class ChunkedArray(_PandasConvertible):
self.init(c_chunked_array)
return self
+ def is_cpu(self):
Review Comment:
This should always be computed on the C++ side at least: we can cache the
`<bitset>`. Caching it on the Python side is fine.
--
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]