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

Method into_iter

arrow-buffer/src/buffer/null.rs:263–265  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

261 type IntoIter = BitIterator<'a>;
262
263 fn into_iter(self) -> Self::IntoIter {
264 self.buffer.iter()
265 }
266}
267
268impl From<BooleanBuffer> for NullBuffer {

Callers 13

test_opsFunction · 0.45
extendMethod · 0.45
from_iterMethod · 0.45
from_iterFunction · 0.45
from_lengthsMethod · 0.45
union_manyMethod · 0.45
from_iterFunction · 0.45
extendFunction · 0.45
test_extendFunction · 0.45
test_extend_misalignedFunction · 0.45

Calls 1

iterMethod · 0.45

Tested by 8

test_opsFunction · 0.36
from_iterFunction · 0.36
from_iterFunction · 0.36
extendFunction · 0.36
test_extendFunction · 0.36
test_extend_misalignedFunction · 0.36