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

Method nulls

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

Source from the content-addressed store, hash-verified

472 }
473
474 fn nulls(&self) -> Option<&NullBuffer> {
475 self.as_ref().nulls()
476 }
477
478 fn logical_nulls(&self) -> Option<NullBuffer> {
479 self.as_ref().logical_nulls()

Callers 15

make_encoderMethod · 0.45
and_kleeneFunction · 0.45
or_kleeneFunction · 0.45
binary_boolean_kernelFunction · 0.45
notFunction · 0.45
binary_mutFunction · 0.45
try_binary_mutFunction · 0.45
aggregateFunction · 0.45
min_booleanFunction · 0.45
max_booleanFunction · 0.45
min_max_helperFunction · 0.45

Calls 1

as_refMethod · 0.45