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

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

     [ https://issues.apache.org/jira/browse/ARROW-6023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pindikura Ravindra resolved ARROW-6023.
---------------------------------------
    Resolution: Fixed

Issue resolved by pull request 4932
[https://github.com/apache/arrow/pull/4932]

> [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
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> 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)