Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ inner
Method
inner
arrow-buffer/src/buffer/null.rs:226–228 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
224
/// Returns the inner [`BooleanBuffer`]
225
#[inline]
226
pub fn inner(&self) -> &BooleanBuffer {
227
&self.buffer
228
}
229
230
/// Returns the inner [`BooleanBuffer`]
231
#[inline]
Callers
4
union
Method · 0.45
contains
Method · 0.45
buffer
Method · 0.45
claim
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected