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

Function extend_nulls

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

Source from the content-addressed store, hash-verified

37}
38
39pub(super) fn extend_nulls(mutable: &mut _MutableArrayData, len: usize) {
40 let buffer = &mut mutable.buffer1;
41 resize_for_bits(buffer, mutable.len + len);
42}

Callers

nothing calls this directly

Calls 1

resize_for_bitsFunction · 0.85

Tested by

no test coverage detected