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

Method values_slice_mut

arrow-array/src/builder/primitive_builder.rs:355–357  ·  view source on GitHub ↗

Returns the current values buffer as a mutable slice

(&mut self)

Source from the content-addressed store, hash-verified

353
354 /// Returns the current values buffer as a mutable slice
355 pub fn values_slice_mut(&mut self) -> &mut [T::Native] {
356 self.values_builder.as_mut_slice()
357 }
358
359 /// Returns the current null buffer as a slice
360 pub fn validity_slice(&self) -> Option<&[u8]> {

Callers 7

binary_mutFunction · 0.45
try_binary_mutFunction · 0.45
try_binary_no_nulls_mutFunction · 0.45
unary_mutMethod · 0.45
unary_mutMethod · 0.45
test_into_builderFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_into_builderFunction · 0.36