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

Function extend_nulls

arrow-data/src/transform/primitive.rs:50–52  ·  view source on GitHub ↗
(mutable: &mut _MutableArrayData, len: usize)

Source from the content-addressed store, hash-verified

48}
49
50pub(super) fn extend_nulls<T: ArrowNativeType>(mutable: &mut _MutableArrayData, len: usize) {
51 mutable.buffer1.extend_zeros(len * size_of::<T>());
52}

Callers

nothing calls this directly

Calls 1

extend_zerosMethod · 0.80

Tested by

no test coverage detected