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

Method append_null

arrow-array/src/builder/null_builder.rs:64–66  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

62 /// Appends a null slot into the builder
63 #[inline]
64 pub fn append_null(&mut self) {
65 self.len += 1;
66 }
67
68 /// Appends `n` `null`s into the builder.
69 #[inline]

Calls

no outgoing calls