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

Method append_nulls

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

Source from the content-addressed store, hash-verified

344 /// Append `n` null slots into the builder
345 #[inline]
346 pub fn append_nulls(&mut self, n: usize) {
347 self.keys_builder.append_nulls(n)
348 }
349
350 /// Append an `Option` value into the builder
351 ///

Callers 3

append_optionsMethod · 0.45
extend_dictionaryMethod · 0.45

Calls

no outgoing calls

Tested by 1