You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2020/06/02 02:06:00 UTC

[jira] [Created] (ARROW-9006) [C++] Use Cast kernels to implement Scalar::Parse and Scalar::CastTo

Wes McKinney created ARROW-9006:
-----------------------------------

             Summary: [C++] Use Cast kernels to implement Scalar::Parse and Scalar::CastTo
                 Key: ARROW-9006
                 URL: https://issues.apache.org/jira/browse/ARROW-9006
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Wes McKinney
             Fix For: 1.0.0


We should not maintain distinct (and possibly differently behaving) implementations of elementwise array casting and scalar casting. The new kernels framework provides for relatively easily generating kernels that can process arrays or scalars. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)