Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
These functions can be useful internally for determining when a "small range" alternative to a hash table can be used for integer arrays. The maximum and minimum is determined in a single scan.
We already have infrastructure for aggregate kernels, so this would be an easy addition.
Attachments
Issue Links
- is depended upon by
-
ARROW-1571 [C++] Implement argsort kernels (sort indices) for integers using O(n) counting sort
- Resolved
- is duplicated by
-
ARROW-1564 [C++] Kernel functions for computing minimum and maximum of an array in one pass
- Closed
- links to