Skip to content

C++/Python: Add cast function on Column-level #17739

@asfimport

Description

@asfimport

Add a Cast function on a column level that casts all underlying arrays.

There are three possible options we could implement:

  • Make a special cast implementation that takes a ChunkedArray and returns a simple Array
  • Make a universal implementation that takes a ChunkedArray and applies a Kernel on each Array, returning a ChunkedArray with the same chunking
  • Make a universal implementation that takes a ChunkedArray and applies a Kernel on each Array, returning a plain Array with no chunking

Reporter: Uwe Korn / @xhochy
Assignee: Wes McKinney / @wesm

Related issues:

Note: This issue was originally created as ARROW-1734. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions