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

Method nulls

arrow-array/src/array/primitive_array.rs:1230–1232  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1228 }
1229
1230 fn nulls(&self) -> Option<&NullBuffer> {
1231 self.nulls.as_ref()
1232 }
1233
1234 fn logical_null_count(&self) -> usize {
1235 self.null_count()

Callers 5

unaryMethod · 0.45
try_unaryMethod · 0.45
unary_optMethod · 0.45
into_builderMethod · 0.45
fromMethod · 0.45

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected