Skip to content

Feature request: convert between Array{Union{T, Missing}, N} and Array{T, N} without copying #26681

@piever

Description

@piever

As discussed in this thread , it'd be useful to allow converting between Array{Union{T, Missing}, N} and Array{T, N} without copying the data whenever possible. From (my understanding of) the discourse discussion, it seems that conversion fromArray{Union{T, Missing}, N} to Array{T, N} should always be possible without copying whereas the other direction depends on whether the already allocated region is big enough to fit the wider type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    arrays[a, r, r, a, y, s]missing dataBase.missing and related functionality

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions