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

Method append_null

arrow-array/src/builder/boolean_builder.rs:98–101  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

96 /// Appends a null slot into the builder
97 #[inline]
98 pub fn append_null(&mut self) {
99 self.null_buffer_builder.append_null();
100 self.values_builder.advance(1);
101 }
102
103 /// Appends `n` `null`s into the builder.
104 #[inline]

Callers 2

append_optionMethod · 0.45

Calls 1

advanceMethod · 0.45

Tested by 1