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)
Reporter: Prudhvi Porandla / @pprudhvi
Assignee: Prudhvi Porandla / @pprudhvi
PRs and other links:
Note: This issue was originally created as ARROW-5957. Please see the migration documentation for further details.