Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ nulls
Method
nulls
arrow-array/src/array/dictionary_array.rs:737–739 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
735
}
736
737
fn nulls(&self) -> Option<&NullBuffer> {
738
self.keys.nulls()
739
}
740
741
fn logical_nulls(&self) -> Option<NullBuffer> {
742
match self.values.logical_nulls() {
Callers
4
occupancy
Method · 0.45
logical_nulls
Method · 0.45
logical_null_count
Method · 0.45
is_nullable
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected