paleolimbot commented on code in PR #433:
URL: https://github.com/apache/arrow-nanoarrow/pull/433#discussion_r1577034415


##########
python/src/nanoarrow/array.py:
##########
@@ -244,23 +270,25 @@ def buffers(self) -> Tuple[CBuffer]:
         view = c_array_view(self)
         return tuple(view.buffers)
 
-    def iter_buffers(self) -> Iterable[Tuple[CBuffer]]:
-        """Iterate over buffers of each chunk in this Array.
+    def iter_chunk_data(self) -> Iterable[CArrayView]:

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]

Reply via email to