Commits


Anthony Louis authored and Pindikura Ravindra committed 8e34b64f601
ARROW-12880: [C++][Gandiva] Add castTIME(int32), castTIMESTAMP(int64) and castTIME(utf8) functions Adds the implementation for the **castTIME(int32)** and **castTIME(utf8)** functions and add tests for the **castTIMESTAMP(int64)** function. Closes #10402 from anthonylouisbsb/feature/add-cast-time-timestamp Lead-authored-by: Anthony Louis <anthony.louis@dremio.com> Co-authored-by: Anthony Louis <anthony@simbioseventures.com> Signed-off-by: Pindikura Ravindra <ravindra@dremio.com>