Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ is_nullable
Method
is_nullable
arrow-array/src/array/run_array.rs:496–498 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
494
}
495
496
fn is_nullable(&self) -> bool {
497
!self.is_empty() && self.values.is_nullable()
498
}
499
500
fn get_buffer_memory_size(&self) -> usize {
501
self.run_ends.inner().inner().capacity() + self.values.get_buffer_memory_size()
Callers
1
with_values
Method · 0.45
Calls
1
is_empty
Method · 0.45
Tested by
no test coverage detected