MCPcopy 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_valuesMethod · 0.45

Calls 1

is_emptyMethod · 0.45

Tested by

no test coverage detected