Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ nulls
Method
nulls
arrow-array/src/array/byte_array.rs:507–509 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
505
}
506
507
fn nulls(&self) -> Option<&NullBuffer> {
508
self.nulls.as_ref()
509
}
510
511
fn logical_null_count(&self) -> usize {
512
// More efficient that the default implementation
Callers
2
into_builder
Method · 0.45
from
Method · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
no test coverage detected