Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_builder
Function · 0.80
test_null_array_builder_finish_cloned
Function · 0.80
Calls
1
append_null
Method · 0.45
Tested by
2
test_null_array_builder
Function · 0.64
test_null_array_builder_finish_cloned
Function · 0.64