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

Method extend

arrow-array/src/builder/primitive_dictionary_builder.rs:519–523  ·  view source on GitHub ↗
(&mut self, iter: T)

Source from the content-addressed store, hash-verified

517{
518 #[inline]
519 fn extend<T: IntoIterator<Item = Option<P::Native>>>(&mut self, iter: T) {
520 for v in iter {
521 self.append_option(v)
522 }
523 }
524}
525
526#[cfg(test)]

Callers 2

test_extendFunction · 0.45
test_extend_dictionaryFunction · 0.45

Calls 1

append_optionMethod · 0.45

Tested by 2

test_extendFunction · 0.36
test_extend_dictionaryFunction · 0.36