enso/std-bits
James Dunkerley 58f2c7643f
Use new Enso Hash Codes and Comparable (#6060)
Enables `distinct`, `aggregate` and `cross_tab` to use the Enso hashing and equality operations.
Also, I rewired the way the ObjectComparators are obtained in polyglot code to be more consistent.

Add Comparator for `Day_Of_Week`, `Header`, `SQL_Type`, `Image` and `Matrix`.
Also, removed the custom `==` from these types as needed. (Closes #5626)
2023-03-24 15:02:25 +00:00
..
base/src/main/java/org/enso/base Use new Enso Hash Codes and Comparable (#6060) 2023-03-24 15:02:25 +00:00
database/src/main/java/org/enso/database Improving Expression Support for In Database (#5790) 2023-03-03 12:03:05 +00:00
google-api Google Spreadsheet Reading (#1976) 2021-09-03 21:41:12 +02:00
image/src/main/java/org/enso/image Remove Column type from Aggregate_Column, simplify Column_Selector, some new File_Formats (#5646) 2023-02-16 15:15:49 +00:00
table/src/main Use new Enso Hash Codes and Comparable (#6060) 2023-03-24 15:02:25 +00:00