Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ count
Method
count
arrow-array/src/iterator.rs:131–136 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
129
130
#[inline]
131
fn count(self) -> usize
132
where
133
Self: Sized,
134
{
135
self.len()
136
}
137
}
138
139
impl<T: ArrayAccessor> DoubleEndedIterator for ArrayIter<T> {
Callers
6
trim_i128_be
Function · 0.45
get_value
Method · 0.45
logical_null_count
Method · 0.45
logical_nulls
Method · 0.45
num_chars
Method · 0.45
test_true_false_count
Function · 0.45
Calls
1
len
Method · 0.45
Tested by
1
test_true_false_count
Function · 0.36