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

Method append_null

arrow-array/src/builder/struct_builder.rs:228–230  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

226 /// Appends a null element to the struct.
227 #[inline]
228 pub fn append_null(&mut self) {
229 self.append(false)
230 }
231
232 /// Appends `n` `null`s into the builder.
233 #[inline]

Callers 2

Calls 1

appendMethod · 0.45

Tested by 2