Skip to content

Conversation

@dqkqd
Copy link
Contributor

@dqkqd dqkqd commented Nov 23, 2025

Which issue does this PR close?

Rationale for this change

Support GenericListViewArray::from_iter_primitive

What changes are included in this PR?

add GenericListViewArray::from_iter_primitive, this is basically a copy from GenericListArray::from_iter_primitive:

pub fn from_iter_primitive<T, P, I>(iter: I) -> Self
where
T: ArrowPrimitiveType,
P: IntoIterator<Item = Option<<T as ArrowPrimitiveType>::Native>>,
I: IntoIterator<Item = Option<P>>,

Are these changes tested?

Yes

Are there any user-facing changes?

New method added

@github-actions github-actions bot added the arrow Changes to the arrow crate label Nov 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

arrow Changes to the arrow crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add GenericListViewArray::from_iter_primitive

1 participant