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

Method append_null

arrow-buffer/src/builder/null.rs:135–138  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

133 /// to indicate that this item is null.
134 #[inline]
135 pub fn append_null(&mut self) {
136 self.materialize_if_needed();
137 self.bitmap_builder.as_mut().unwrap().append(false);
138 }
139
140 /// Appends a boolean value into the builder.
141 #[inline]

Callers 15

build_utf8_date_arrayFunction · 0.45
build_string_arrayFunction · 0.45
build_string_float_arrayFunction · 0.45
create_random_indexFunction · 0.45
create_random_indexFunction · 0.45
bench_primitive_nullsFunction · 0.45
create_dictionary_arrayFunction · 0.45
test_list_nulls_appendFunction · 0.45
test_map_nulls_appendFunction · 0.45

Calls 2

materialize_if_neededMethod · 0.80
appendMethod · 0.45

Tested by 15

create_dictionary_arrayFunction · 0.36
test_list_nulls_appendFunction · 0.36
test_map_nulls_appendFunction · 0.36
test_string_view_equalFunction · 0.36
create_list_view_arrayFunction · 0.36
create_dictionary_arrayFunction · 0.36