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

Method valid_slices

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

Returns a [`BitSliceIterator`] yielding contiguous ranges of valid indices Valid indices indicate the corresponding value is not NULL

(&self)

Source from the content-addressed store, hash-verified

206 ///
207 /// Valid indices indicate the corresponding value is not NULL
208 pub fn valid_slices(&self) -> BitSliceIterator<'_> {
209 self.buffer.set_slices()
210 }
211
212 /// Calls the provided closure for each index in this null mask that is set
213 #[inline]

Callers 1

has_non_empty_nullsMethod · 0.80

Calls 1

set_slicesMethod · 0.80

Tested by

no test coverage detected