Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ num_bytes
Method
num_bytes
arrow-buffer/src/util/bit_chunk_iterator.rs:310–312 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
308
/// (including remainder).
309
#[inline]
310
pub fn num_bytes(&self) -> usize {
311
ceil(self.chunk_len * 64 + self.remainder_len, 8)
312
}
313
314
/// Returns an iterator over chunks of 64 bits represented as an `u64`
315
#[inline]
Callers
nothing calls this directly
Calls
1
ceil
Function · 0.70
Tested by
no test coverage detected