Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ get_value
Method
get_value
arrow-buffer/src/util/bit_iterator.rs:780–782 ·
view source on GitHub ↗
(iter: T)
Source
from the content-addressed store, hash-verified
778
const NAME: &'static str =
"count"
;
779
780
fn get_value<T: SharedBetweenBitIteratorAndSliceIter>(iter: T) -> Self::Output {
781
iter.count()
782
}
783
}
784
785
assert_bit_iterator_cases::<CountOp>()
Callers
nothing calls this directly
Calls
6
max
Method · 0.80
count
Method · 0.45
last
Method · 0.45
nth_back
Method · 0.45
nth
Method · 0.45
len
Method · 0.45
Tested by
no test coverage detected