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

Method iter

arrow-array/src/array/boolean_array.rs:720–722  ·  view source on GitHub ↗

constructs a new iterator

(&'a self)

Source from the content-addressed store, hash-verified

718impl<'a> BooleanArray {
719 /// constructs a new iterator
720 pub fn iter(&'a self) -> BooleanIter<'a> {
721 BooleanIter::<'a>::new(self)
722 }
723}
724
725/// An optional boolean value

Callers 2

fromMethod · 0.45
test_true_false_countFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_true_false_countFunction · 0.36