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

Method len

arrow-buffer/src/util/bit_chunk_iterator.rs:388–390  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

386impl ExactSizeIterator for BitChunkIterator<'_> {
387 #[inline]
388 fn len(&self) -> usize {
389 self.chunk_len - self.index
390 }
391}
392
393#[cfg(test)]

Callers 2

newMethod · 0.45
read_u64Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected