Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
718
impl<'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
from
Method · 0.45
test_true_false_count
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_true_false_count
Function · 0.36