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

Method as_slice

arrow-buffer/src/builder/boolean.rs:258–260  ·  view source on GitHub ↗

Returns the packed bits

(&self)

Source from the content-addressed store, hash-verified

256
257 /// Returns the packed bits
258 pub fn as_slice(&self) -> &[u8] {
259 self.buffer.as_slice()
260 }
261
262 /// Returns the packed bits
263 pub fn as_slice_mut(&mut self) -> &mut [u8] {

Callers 2

get_bitMethod · 0.45
finish_clonedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected