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/mod.rs:498–500 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
496
}
497
498
fn is_nullable(&self) -> bool {
499
self.as_ref().is_nullable()
500
}
501
502
fn get_buffer_memory_size(&self) -> usize {
503
self.as_ref().get_buffer_memory_size()
Callers
15
datatype_to_avro
Function · 0.45
arrow_field_to_avro
Function · 0.45
with_utf8view
Method · 0.45
test_skippable_types_project_each_field_individually
Function · 0.45
test_union_schema_resolution_all_type_combinations
Function · 0.45
test_decimal
Function · 0.45
push_like
Function · 0.45
schemas_equal_ignoring_metadata
Function · 0.45
try_new_impl
Method · 0.45
normalize
Method · 0.45
try_new
Method · 0.45
try_new
Method · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
3
test_skippable_types_project_each_field_individually
Function · 0.36
test_union_schema_resolution_all_type_combinations
Function · 0.36
test_decimal
Function · 0.36