MCPcopy Create free account
hub / github.com/apache/arrow-rs / nulls

Method nulls

arrow-array/src/array/dictionary_array.rs:737–739  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

735 }
736
737 fn nulls(&self) -> Option<&NullBuffer> {
738 self.keys.nulls()
739 }
740
741 fn logical_nulls(&self) -> Option<NullBuffer> {
742 match self.values.logical_nulls() {

Callers 4

occupancyMethod · 0.45
logical_nullsMethod · 0.45
logical_null_countMethod · 0.45
is_nullableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected