MCPcopy 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_avroFunction · 0.45
arrow_field_to_avroFunction · 0.45
with_utf8viewMethod · 0.45
test_decimalFunction · 0.45
push_likeFunction · 0.45
try_new_implMethod · 0.45
normalizeMethod · 0.45
try_newMethod · 0.45
try_newMethod · 0.45

Calls 1

as_refMethod · 0.45