Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The current radix sort cannot handle nullable longs, since there is no bit pattern available to represents nulls. These cases are probably best handled outside the radix sort logic e.g. by keeping nulls in a separate region of the array.
Attachments
Issue Links
- links to