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

Method nulls

arrow-array/src/array/byte_view_array.rs:910–912  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

908 }
909
910 fn nulls(&self) -> Option<&NullBuffer> {
911 self.nulls.as_ref()
912 }
913
914 fn logical_null_count(&self) -> usize {
915 // More efficient that the default implementation

Callers 4

gcMethod · 0.45
total_bytes_lenMethod · 0.45
fromMethod · 0.45
invalid_array_dataFunction · 0.45

Calls 1

as_refMethod · 0.45

Tested by 1

invalid_array_dataFunction · 0.36