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

Method valid_indices

arrow-buffer/src/buffer/null.rs:201–203  ·  view source on GitHub ↗

Returns a [`BitIndexIterator`] over the valid indices in this [`NullBuffer`] Valid indices indicate the corresponding value is not NULL

(&self)

Source from the content-addressed store, hash-verified

199 ///
200 /// Valid indices indicate the corresponding value is not NULL
201 pub fn valid_indices(&self) -> BitIndexIterator<'_> {
202 self.buffer.set_indices()
203 }
204
205 /// Returns a [`BitSliceIterator`] yielding contiguous ranges of valid indices
206 ///

Callers 11

take_bitsFunction · 0.80
take_bytesFunction · 0.80
take_listFunction · 0.80
write_leafMethod · 0.80
sort_native_typeFunction · 0.80
primitive_rankFunction · 0.80
bytes_rankFunction · 0.80
min_max_helperFunction · 0.80
min_max_view_helperFunction · 0.80
occupancyMethod · 0.80

Calls 1

set_indicesMethod · 0.80

Tested by

no test coverage detected