enso/test/Table_Tests
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
..
data DataFormatter should infer datetime from values without seconds (#3668) 2022-08-26 21:10:52 +00:00
scripts/postgresssl Docker file for testing Postgres SSL and updated Postgres Spec (#3607) 2022-07-26 13:28:43 +00:00
src Moving library statics to type for Table. (#3760) 2022-10-06 17:01:18 +00:00
package.yaml Simple CSV parser (#1268) 2020-11-05 16:53:50 +01:00