enso/test
James Dunkerley 185378f07c
Moving library statics to type for Table. (#3760)
- Generally export types not modules from the `Standard.Table` import.
- Moved `new`, `from_rows` the `Standard.Table` library into the `Table` type.
- Renames `Standard.Table.Data.Storage.Type` to `Standard.Table.Data.Storage.Storage`
- Removed the internal `from_columns` method.
- Removed `join` and `concat` and merged into instance methods.
- Removed `Table` and `Column` from the `Standard.Database` exports.
- Removed `Standard.Table.Data.Column.Aggregate_Column` as not used any more.
2022-10-06 17:01:18 +00:00
..
Benchmarks Moving library statics to type for Table. (#3760) 2022-10-06 17:01:18 +00:00
Examples_Tests Get rid of free-floating atoms. Everything has a type now! (#3671) 2022-08-30 22:54:53 +00:00
Geo_Tests Moving library statics to type for Table. (#3760) 2022-10-06 17:01:18 +00:00
Google_Api_Test Tidying up what is in Standard.Base (#3603) 2022-07-27 13:28:00 +00:00
Image_Tests Tidy up the default imports for Standard.Table (#3660) 2022-08-22 19:21:54 +00:00
micro-distribution Fix Warnings visualization (#3754) 2022-10-04 17:27:13 +00:00
Table_Tests Moving library statics to type for Table. (#3760) 2022-10-06 17:01:18 +00:00
Tests Fix Warnings visualization (#3754) 2022-10-04 17:27:13 +00:00
Visualization_Tests Moving library statics to type for Table. (#3760) 2022-10-06 17:01:18 +00:00