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

Method append_nulls

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

Source from the content-addressed store, hash-verified

232 /// Appends `n` `null`s into the builder.
233 #[inline]
234 pub fn append_nulls(&mut self, n: usize) {
235 self.null_buffer_builder.append_n_nulls(n);
236 }
237
238 /// Builds the `StructArray` and reset this builder.
239 pub fn finish(&mut self) -> StructArray {

Callers 2

Calls 1

append_n_nullsMethod · 0.80

Tested by 2