Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
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
Attachments
Issue Links
- links to