Skip to content

take kernel support for StringViewArray and BinaryViewArray #5511

@alamb

Description

@alamb

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
This is part of the larger project to implement StringViewArray -- see #5374

In #5481 we added support for StringViewArray and ByteViewArray.

This ticket tracks supporting StringViewArray and ByteViewArray in the take kernel: https://docs.rs/arrow/latest/arrow/compute/kernels/take/index.html

Describe the solution you'd like

  1. Support StringViewArray and ByteViewArray the take kernel
  2. Add tests

Notes:

  1. you should be able to follow the model of DictionaryArray as the idea is similar
  2. Filtering should not copy any strings, it should just manipulate the fixed size views

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    arrowChanges to the arrow crateenhancementAny 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