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

Method append_nulls

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

Source from the content-addressed store, hash-verified

348 /// Infallibly append `n` null slots into the builder
349 #[inline]
350 pub fn append_nulls(&mut self, n: usize) {
351 self.keys_builder.append_nulls(n)
352 }
353
354 /// Append an `Option` value into the builder
355 ///

Callers 3

append_optionsMethod · 0.45
extend_dictionaryMethod · 0.45

Calls

no outgoing calls

Tested by 1