You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Joris Van den Bossche (Jira)" <ji...@apache.org> on 2019/10/23 13:18:00 UTC

[jira] [Created] (ARROW-6974) [C++] Implement Cast kernel for time-likes with ArrayDataVisitor pattern

Joris Van den Bossche created ARROW-6974:
--------------------------------------------

             Summary: [C++] Implement Cast kernel for time-likes with ArrayDataVisitor pattern
                 Key: ARROW-6974
                 URL: https://issues.apache.org/jira/browse/ARROW-6974
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Joris Van den Bossche


Currently, the casting for time-like data is done with the {{ShiftTime}} function. It _might_ be possible to simplify this with ArrayDataVisitor (to avoid looping / checking the bitmap).



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