Skip to content

[C++] Add Compute Kernel for Casting from list-like to string #41668

@llama90

Description

@llama90

Describe the enhancement requested

This is a sub-issue of the issue mentioned below.

This issue is aiming to address #39182.

A pull request (#40237) has been submitted to resolve issue, and additional features that need to be supported have emerged.

From To Using Function
list<item: int16> utf8 cast_string
large_list<item: int16> utf8 cast_string
list_view<item: int16> utf8 cast_string
large_list_view<item: int16> utf8 cast_string
fixed_size_list<item: int16>[3] utf8 cast_string
fixed_size_list<item: int16>[3] utf8 cast_string
map<string, int8> utf8 cast_string

Component(s)

C++

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions