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/union_builder.rs:60–62 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
58
}
59
60
fn append_null(&mut self) {
61
self.advance(1)
62
}
63
64
fn finish(&mut self) -> Buffer {
65
self.finish()
Callers
1
append_option
Method · 0.45
Calls
2
advance
Method · 0.45
append
Method · 0.45
Tested by
no test coverage detected