enso/std-bits
Radosław Waśko eafba079d9
Make In Memory Table Aggregator types more specific where possible (#3679)
Many aggregation types fell back to the general `Any` type where they could have used the type of input column - for example `First` of a column of integers is guaranteed to fit the `Integer` storage type, so it doesn't have to fall back to `Any`. This PR fixes that and adds a test that checks this.
2022-09-05 09:17:41 +00:00
..
base/src/main/java/org/enso/base Adding DateTime part functions (#3669) 2022-08-26 15:47:58 +00:00
database/src/main/java/org/enso/database Update Database.connect to match new API (#3542) 2022-07-04 20:26:44 +00: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 Make In Memory Table Aggregator types more specific where possible (#3679) 2022-09-05 09:17:41 +00:00