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

Method null_count

arrow-array/src/array/mod.rs:490–492  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

488 }
489
490 fn null_count(&self) -> usize {
491 self.as_ref().null_count()
492 }
493
494 fn logical_null_count(&self) -> usize {
495 self.as_ref().logical_null_count()

Callers 15

make_encoderMethod · 0.45
try_binaryFunction · 0.45
try_binary_mutFunction · 0.45
aggregateFunction · 0.45
min_booleanFunction · 0.45
max_booleanFunction · 0.45
min_max_helperFunction · 0.45
min_max_view_helperFunction · 0.45
sum_arrayFunction · 0.45
sum_array_checkedFunction · 0.45
sum_checkedFunction · 0.45
try_new_implMethod · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected