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

Method append_non_nulls

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

Source from the content-addressed store, hash-verified

220 /// Appends `n` non-null entries into the builder.
221 #[inline]
222 pub fn append_non_nulls(&mut self, n: usize) {
223 self.null_buffer_builder.append_n_non_nulls(n);
224 }
225
226 /// Appends a null element to the struct.
227 #[inline]

Callers 3

test_append_non_nullsFunction · 0.80

Calls 1

append_n_non_nullsMethod · 0.80

Tested by 3

test_append_non_nullsFunction · 0.64