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

Method append_null

arrow-array/src/builder/generic_bytes_view_builder.rs:482–485  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

480 /// Append a null value into the builder
481 #[inline]
482 pub fn append_null(&mut self) {
483 self.null_buffer_builder.append_null();
484 self.views_buffer.push(0);
485 }
486
487 /// Builds the [`GenericByteViewArray`] and reset this builder
488 pub fn finish(&mut self) -> GenericByteViewArray<T> {

Callers 1

append_optionMethod · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected