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

Method as_slice_mut

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

Returns the packed bits

(&mut self)

Source from the content-addressed store, hash-verified

261
262 /// Returns the packed bits
263 pub fn as_slice_mut(&mut self) -> &mut [u8] {
264 self.buffer.as_slice_mut()
265 }
266
267 /// Resets this builder and returns a [`BooleanBuffer`].
268 ///

Callers 2

append_nMethod · 0.45
append_packed_rangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected