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

Method from_iter

arrow-buffer/src/buffer/null.rs:293–295  ·  view source on GitHub ↗
(iter: T)

Source from the content-addressed store, hash-verified

291
292impl FromIterator<bool> for NullBuffer {
293 fn from_iter<T: IntoIterator<Item = bool>>(iter: T) -> Self {
294 BooleanBuffer::from_iter(iter).into()
295 }
296}
297
298#[cfg(test)]

Callers

nothing calls this directly

Calls 1

from_iterFunction · 0.70

Tested by

no test coverage detected