enso/test/Table_Tests
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
..
data Remove obsolete Csv reading module (#3482) 2022-05-28 10:01:14 +00:00
src Implement In-Memory Table order_by (#3515) 2022-06-08 12:30:50 +00:00
package.yaml Simple CSV parser (#1268) 2020-11-05 16:53:50 +01:00