Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
268
impl From<BooleanBuffer> for NullBuffer {
Callers
13
test_ops
Function · 0.45
extend
Method · 0.45
from_iter
Method · 0.45
test_from_trusted_len_iter
Function · 0.45
from_iter
Function · 0.45
from_lengths
Method · 0.45
union_many
Method · 0.45
append_trusted_len_iter
Method · 0.45
from_iter
Function · 0.45
extend
Function · 0.45
test_extend
Function · 0.45
test_extend_misaligned
Function · 0.45
Calls
1
iter
Method · 0.45
Tested by
8
test_ops
Function · 0.36
test_from_trusted_len_iter
Function · 0.36
from_iter
Function · 0.36
from_iter
Function · 0.36
extend
Function · 0.36
test_extend
Function · 0.36
test_extend_misaligned
Function · 0.36
test_extend_misaligned_end
Function · 0.36