[
https://issues.apache.org/jira/browse/ARROW-5957?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Prudhvi Porandla updated ARROW-5957:
------------------------------------
Description:
Implement 'div' function for int32, int64, float32, and float64 (gandiva) types.
div is integer division - divide and return quotient after discarding the
fractional part.
The function signature is {{type div(type, type)}}
was:
Implement 'div' function for int32, int64, float32, float64, and decimal128
(gandiva) types.
div is integer division - divide and return quotient after discarding the
fractional part.
The function signature is {{type div(type, type)}}
> [C++][Gandiva] Implement div function in Gandiva
> ------------------------------------------------
>
> Key: ARROW-5957
> URL: https://issues.apache.org/jira/browse/ARROW-5957
> Project: Apache Arrow
> Issue Type: Task
> Components: C++ - Gandiva
> Reporter: Prudhvi Porandla
> Assignee: Prudhvi Porandla
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Implement 'div' function for int32, int64, float32, and float64 (gandiva)
> types.
> div is integer division - divide and return quotient after discarding the
> fractional part.
> The function signature is {{type div(type, type)}}
>
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)