MCPcopy 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

maxMethod · 0.80
countMethod · 0.45
lastMethod · 0.45
nth_backMethod · 0.45
nthMethod · 0.45
lenMethod · 0.45

Tested by

no test coverage detected