Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ capacity
Method
capacity
arrow-buffer/src/builder/boolean.rs:123–125 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
121
/// ```
122
#[inline]
123
pub fn capacity(&self) -> usize {
124
self.buffer.capacity() * 8
125
}
126
127
/// Advances the buffer by `additional` bits
128
#[inline]
Callers
1
reserve
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected