MCPcopy 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

unionMethod · 0.45
containsMethod · 0.45
bufferMethod · 0.45
claimMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected