MCPcopy 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
139impl<T: ArrayAccessor> DoubleEndedIterator for ArrayIter<T> {

Callers 6

trim_i128_beFunction · 0.45
get_valueMethod · 0.45
logical_null_countMethod · 0.45
logical_nullsMethod · 0.45
num_charsMethod · 0.45
test_true_false_countFunction · 0.45

Calls 1

lenMethod · 0.45

Tested by 1

test_true_false_countFunction · 0.36