Skip to content

Support interleave kernel with deep copy buffers for StringViewArray #7184

@2010YOUY01

Description

@2010YOUY01

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

fn interleave_views<T: ByteViewType>(

Current implementation of interleave kernel on StringViewArray reuses the existing buffers from source arrays, it's only reconstructing views specified by the interleaving operation. It's useful to also support interleave by reconstructing buffers. (For example, if the referenced elements are sparse)

Describe the solution you'd like

Provides an additional interface for StringViewArray to do interleave with deep copy buffers.

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementAny new improvement worthy of a entry in the changelog

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions