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

Method extend

arrow-buffer/src/builder/mod.rs:379–381  ·  view source on GitHub ↗
(&mut self, iter: I)

Source from the content-addressed store, hash-verified

377
378impl<T: ArrowNativeType> Extend<T> for BufferBuilder<T> {
379 fn extend<I: IntoIterator<Item = T>>(&mut self, iter: I) {
380 self.buffer.extend(iter)
381 }
382}
383
384impl<T: ArrowNativeType> From<Vec<T>> for BufferBuilder<T> {

Callers 5

append_nMethod · 0.45
from_iterMethod · 0.45
extendFunction · 0.45

Calls

no outgoing calls

Tested by 2

extendFunction · 0.36