You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Prudhvi Porandla (JIRA)" <ji...@apache.org> on 2019/07/24 10:18:00 UTC

[jira] [Created] (ARROW-6023) [C++][Gandiva] Add functions in Gandiva

Prudhvi Porandla created ARROW-6023:
---------------------------------------

             Summary: [C++][Gandiva] Add functions in Gandiva
                 Key: ARROW-6023
                 URL: https://issues.apache.org/jira/browse/ARROW-6023
             Project: Apache Arrow
          Issue Type: Task
          Components: C++ - Gandiva
            Reporter: Prudhvi Porandla
            Assignee: Prudhvi Porandla
             Fix For: 1.0.0


support following functions in Gandiva -
 # int32 castINT(int64) : cast int64 to int32
 # float4 castFLOAT4(float8) : cast float8 to float4
 # int64 truncate(int64, int32 scale) : if scale is negative, make last -scale digits zero
 # timestamp add(date, int32 days) : add days to date(in milliseconds) and return   timestamp 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)