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

Method append_nulls

arrow-array/src/builder/null_builder.rs:70–72  ·  view source on GitHub ↗
(&mut self, n: usize)

Source from the content-addressed store, hash-verified

68 /// Appends `n` `null`s into the builder.
69 #[inline]
70 pub fn append_nulls(&mut self, n: usize) {
71 self.len += n;
72 }
73
74 /// Appends a null slot into the builder
75 #[inline]

Callers 2

append_empty_valuesMethod · 0.45
test_null_array_builderFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_null_array_builderFunction · 0.36