Commits


Prudhvi Porandla authored and Praveen committed 116672fed5c
ARROW-7335: [C++][Gandiva] Add day_time_interval functions: castBIGINT, extractDay Function Signatures: ``` int64 castBIGINT(day_time_interval) int64 extractDay(day_time_interval) ``` Closes #5980 from pprudhvi/dayinterval and squashes the following commits: 0ee77bbcb <Prudhvi Porandla> tabs to spaces in proto 47fa18509 <Prudhvi Porandla> make day_time_interval signed 1c9f63add <Prudhvi Porandla> handle negatives c7d2ec382 <Prudhvi Porandla> fix switch-case, inline 12f6b5ef6 <Prudhvi Porandla> add projector test 96514036a <Prudhvi Porandla> interval day functions Authored-by: Prudhvi Porandla <prudhvi.porandla@icloud.com> Signed-off-by: Praveen <praveen@dremio.com>