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

Method iter

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

Returns an iterator over the bits in this [`NullBuffer`] `true` indicates that the corresponding value is not NULL `false` indicates that the corresponding value is NULL Note: [`Self::valid_indices`] will be significantly faster for most use-cases

(&self)

Source from the content-addressed store, hash-verified

192 ///
193 /// Note: [`Self::valid_indices`] will be significantly faster for most use-cases
194 pub fn iter(&self) -> BitIterator<'_> {
195 self.buffer.iter()
196 }
197
198 /// Returns a [`BitIndexIterator`] over the valid indices in this [`NullBuffer`]
199 ///

Callers 15

criterion_benchmarkFunction · 0.45
criterion_benchmarkFunction · 0.45
criterion_benchmarkFunction · 0.45
criterion_benchmarkFunction · 0.45
fmtMethod · 0.45
bitsFunction · 0.45
binop_sliceFunction · 0.45
bitwise_bin_op_helperFunction · 0.45
bitwise_unary_op_helperFunction · 0.45
into_iterMethod · 0.45
test_basicFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_basicFunction · 0.36
test_unalignedFunction · 0.36