-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-5844: [Java] Support comparison & sort for more numeric types
Currently, we only support comparison & sort for 32-bit integers, in this issue, we provide support for more numeric data types: byte short long float double Author: liyafan82 <[email protected]> Closes #4799 from liyafan82/fly_0704_cmp and squashes the following commits: a921cdd <liyafan82> Remove if conditons in default float & double comparators a4b4099 <liyafan82> Replace if condition with signum function 30f946b <liyafan82> Merge branch 'master' into fly_0704_cmp bc880f1 <liyafan82> Merge branch 'master' into fly_0704_cmp 7cbe556 <liyafan82> Support NaN for float and double 3860c11 <liyafan82> Support comparison & sort for more numeric types
- Loading branch information
1 parent
5c61263
commit e78ea91
Showing
2 changed files
with
362 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.