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

Method append_empty_value

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

Source from the content-addressed store, hash-verified

74 /// Appends a null slot into the builder
75 #[inline]
76 pub fn append_empty_value(&mut self) {
77 self.append_null();
78 }
79
80 /// Appends `n` `null`s into the builder.
81 #[inline]

Callers 2

test_null_array_builderFunction · 0.80

Calls 1

append_nullMethod · 0.45

Tested by 2

test_null_array_builderFunction · 0.64