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)