Is your feature request related to a problem or challenge? Please describe what you are trying to do.
GenericListArray and FixedSizeListArray have from_iter_primitive but GenericListViewArray doesn't.
https://docs.rs/arrow/latest/arrow/array/struct.GenericListViewBuilder.html?search=from_iter_primitive
Describe the solution you'd like
Add GenericListViewArray::from_iter_primitive.
Describe alternatives you've considered
Additional context
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
GenericListArrayandFixedSizeListArrayhavefrom_iter_primitivebutGenericListViewArraydoesn't.https://docs.rs/arrow/latest/arrow/array/struct.GenericListViewBuilder.html?search=from_iter_primitive
Describe the solution you'd like
Add
GenericListViewArray::from_iter_primitive.Describe alternatives you've considered
Additional context