MCPcopy Create free account
hub / github.com/apache/arrow-rs / size_hint

Method size_hint

arrow-buffer/src/util/bit_iterator.rs:72–75  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

70 }
71
72 fn size_hint(&self) -> (usize, Option<usize>) {
73 let remaining_bits = self.end_offset - self.current_offset;
74 (remaining_bits, Some(remaining_bits))
75 }
76
77 fn count(self) -> usize
78 where

Callers 10

from_iterMethod · 0.45
extend_from_iterMethod · 0.45
from_trusted_len_iterMethod · 0.45
from_iterMethod · 0.45
from_lengthsMethod · 0.45
extend_trusted_lenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected