Commits


Prudhvi Porandla authored and Pindikura Ravindra committed cac4957759f
ARROW-6023: [C++][Gandiva] Add 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 Closes #4932 from pprudhvi/castlongtoint and squashes the following commits: a26624826 <Prudhvi Porandla> lint ac4e07eef <Prudhvi Porandla> add truncate_int64_int32 c4d0136ae <Prudhvi Porandla> add add_date64_int64 method 2d97c8aac <Prudhvi Porandla> add functions to cast int64 to int32 and float64 to flaot32 Authored-by: Prudhvi Porandla <prudhvi.porandla@icloud.com> Signed-off-by: Pindikura Ravindra <ravindra@dremio.com>