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

Method as_slice

arrow-buffer/src/builder/null.rs:229–231  ·  view source on GitHub ↗

Returns the inner bitmap builder as slice

(&self)

Source from the content-addressed store, hash-verified

227
228 /// Returns the inner bitmap builder as slice
229 pub fn as_slice(&self) -> Option<&[u8]> {
230 Some(self.bitmap_builder.as_ref()?.as_slice())
231 }
232
233 fn materialize_if_needed(&mut self) {
234 if self.bitmap_builder.is_none() {

Callers

nothing calls this directly

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected