Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ append_null
Method
append_null
arrow-array/src/builder/primitive_dictionary_builder.rs:340–342 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
338
/// Appends a null slot into the builder
339
#[inline]
340
pub fn append_null(&mut self) {
341
self.keys_builder.append_null()
342
}
343
344
/// Append `n` null slots into the builder
345
#[inline]
Callers
6
append_option
Method · 0.45
extend_dictionary
Method · 0.45
test_primitive_dictionary_builder
Function · 0.45
test_extend_dictionary
Function · 0.45
test_extend_dictionary_with_null_in_mapped_value
Function · 0.45
_test_try_new_from_builder_generic_for_key_types
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_primitive_dictionary_builder
Function · 0.36
test_extend_dictionary
Function · 0.36
test_extend_dictionary_with_null_in_mapped_value
Function · 0.36