viirya commented on code in PR #2666:
URL: https://github.com/apache/arrow-rs/pull/2666#discussion_r963959523


##########
arrow/src/array/iterator.rs:
##########
@@ -24,8 +24,51 @@ use super::{
     PrimitiveArray,
 };
 
-/// an iterator that returns Some(T) or None, that can be used on any 
[`ArrayAccessor`]
-// Note: This implementation is based on std's [Vec]s' [IntoIter].
+/// An iterator that returns Some(T) or None, that can be used on any 
[`ArrayAccessor`]

Review Comment:
   Good explanation for this API. 👍 



-- 
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