Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ is_null
Method
is_null
arrow-array/src/array/mod.rs:482–484 ·
view source on GitHub ↗
(&self, index: usize)
Source
from the content-addressed store, hash-verified
480
}
481
482
fn is_null(&self, index: usize) -> bool {
483
self.as_ref().is_null(index)
484
}
485
486
fn is_valid(&self, index: usize) -> bool {
487
self.as_ref().is_valid(index)
Callers
7
logical_nulls
Method · 0.45
logical_null_count
Method · 0.45
logical_nulls
Method · 0.45
from
Method · 0.45
is_null
Method · 0.45
is_valid
Method · 0.45
print_long_array
Function · 0.45
Calls
2
is_null
Function · 0.85
as_ref
Method · 0.45
Tested by
no test coverage detected