Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ len
Method
len
arrow-buffer/src/builder/boolean.rs:78–80 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
76
/// Returns the length of the buffer
77
#[inline]
78
pub fn len(&self) -> usize {
79
self.len
80
}
81
82
/// Sets a bit in the buffer at `index`
83
#[inline]
Callers
6
new_from_buffer
Method · 0.45
advance
Method · 0.45
reserve
Method · 0.45
append_slice
Method · 0.45
append_buffer
Method · 0.45
test_bool_buffer_fuzz
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_bool_buffer_fuzz
Function · 0.36