enso/std-bits
James Dunkerley 8afba43add
Implement In-Memory Table order_by (#3515)
Implemented the `order_by` function with support for all modes of operation.
Added support for case insensitive natural order.

# Important Notes
- Improved MultiValueIndex/Key to not create loads of arrays.
- Adjusted HashCode for MultiValueKey to have a simple algorithm.
- Added Text_Utils.compare_normalized_ignoring_case to allow for case insensitive comparisons.
- Fixed issues with ObjectComparator and added some unit tests for it.
2022-06-08 12:30:50 +00:00
..
base/src/main/java/org/enso/base Implement In-Memory Table order_by (#3515) 2022-06-08 12:30:50 +00:00
database/src/main/java/org/enso/database Redshift Connector (#1985) 2021-09-02 11:28:49 +02:00
google-api Google Spreadsheet Reading (#1976) 2021-09-03 21:41:12 +02:00
image/src/main/java/org/enso/image Make sure formatting is applied to std-bits projects (#3477) 2022-05-25 09:26:50 +00:00
table/src/main/java/org/enso/table Implement In-Memory Table order_by (#3515) 2022-06-08 12:30:50 +00:00