Skip to main content

arrow_serialize_to_mutable_array

Function arrow_serialize_to_mutable_array 

Source
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>::ArrayBuilderType, ArrowError>
Expand description

Serializes an iterator into an arrow::ArrayBuilder