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

Method append_null

arrow-array/src/builder/primitive_dictionary_builder.rs:340–342  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

338 /// Appends a null slot into the builder
339 #[inline]
340 pub fn append_null(&mut self) {
341 self.keys_builder.append_null()
342 }
343
344 /// Append `n` null slots into the builder
345 #[inline]

Calls

no outgoing calls