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/struct_builder.rs:228–230 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
226
/// Appends a null element to the struct.
227
#[inline]
228
pub fn append_null(&mut self) {
229
self.append(false)
230
}
231
232
/// Appends `n` `null`s into the builder.
233
#[inline]
Callers
2
test_struct_array_builder
Function · 0.45
test_append_non_nulls_with_nulls
Function · 0.45
Calls
1
append
Method · 0.45
Tested by
2
test_struct_array_builder
Function · 0.36
test_append_non_nulls_with_nulls
Function · 0.36