Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
386
impl ExactSizeIterator for BitChunkIterator<'_> {
387
#[inline]
388
fn len(&self) -> usize {
389
self.chunk_len - self.index
390
}
391
}
392
393
#[cfg(test)]
Callers
2
new
Method · 0.45
read_u64
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected