MCPcopy Create free account
hub / github.com/apache/arrow-rs / into_iter

Method into_iter

arrow-array/src/array/boolean_array.rs:713–715  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

711 type IntoIter = BooleanIter<'a>;
712
713 fn into_iter(self) -> Self::IntoIter {
714 BooleanIter::<'a>::new(self)
715 }
716}
717
718impl<'a> BooleanArray {

Calls

no outgoing calls