pub fn arrow_serialize_to_mutable_array<'a, A: 'static, T: ArrowSerialize + ArrowField<Type = A> + 'static, I: IntoIterator<Item = &'a A>>(
    into_iter: I
) -> Result<<T as ArrowSerialize>::MutableArrayType>
Expand description

Serializes an iterator into an arrow2::MutableArray