MCPcopy Create free account
hub / github.com/apache/arrow-rs / buffer

Method buffer

arrow-buffer/src/buffer/null.rs:238–240  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

236 /// Returns the underlying [`Buffer`]
237 #[inline]
238 pub fn buffer(&self) -> &Buffer {
239 self.buffer.inner()
240 }
241
242 /// Create a [`NullBuffer`] from an *unsliced* validity bitmap (`offset = 0` **bits**) of length `len`.
243 ///

Callers

nothing calls this directly

Calls 1

innerMethod · 0.45

Tested by

no test coverage detected