[
https://issues.apache.org/jira/browse/ARROW-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved ARROW-1734.
---------------------------------
Resolution: Fixed
Assignee: Wes McKinney (was: Uwe L. Korn)
This was done -- ChunkedArray yields ChunkedArray out. We can later optimize
for writing into a contiguous output array if we like (after ARROW-1735 is done)
> C++/Python: Add cast function on Column-level
> ---------------------------------------------
>
> Key: ARROW-1734
> URL: https://issues.apache.org/jira/browse/ARROW-1734
> Project: Apache Arrow
> Issue Type: New Feature
> Components: C++, Python
> Reporter: Uwe L. Korn
> Assignee: Wes McKinney
> Fix For: 0.8.0
>
>
> 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
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)