enso/test/Table_Tests/src
James Dunkerley d938c96c55
Adding type annotations and enabling auto-scoping (#10173)
- Renamed `Missing_Required_Argument` to `Missing_Argument`, and added `throw` method.
- Add default widget to `Case_Sensitivity.Insensitive locale`.
- Switch to auto scoping for `parse_type_selector`.
- Add type annotation to various simple typed arguments in `Table` and `DB_Table`.
- Altered `Filter_Condition` to have `Missing_Argument` for all non-defaulted arguments.
- Added resolution of `Column_Ref` passed as auto-scoped to `Table_Ref`.
- Altered `Simple_Calculation` to have `Missing_Argument` for all non-defaulted arguments.
- Altered `Join_Condition` to have `Missing_Argument` for all non-defaulted arguments.
- Altered `Sort_Column` to have `Missing_Argument` for all non-defaulted arguments.
- Altered `Aggregate_Column` to have `Missing_Argument` for all non-defaulted arguments.

**rename_columns:**
![image](https://github.com/enso-org/enso/assets/4699705/08aaba0f-687a-450c-9781-8eadc062bd50)

**aggregate:**
![image](https://github.com/enso-org/enso/assets/4699705/c29e7944-1a1c-4020-9fe0-528d874b8049)

**join:**
![image](https://github.com/enso-org/enso/assets/4699705/50038166-e56d-48c5-9eeb-bd46fa415e46)

**set:**
![image](https://github.com/enso-org/enso/assets/4699705/bee2462a-dafb-4bd4-b102-ec73edb4fb93)
2024-06-10 07:52:32 +00:00
..
Common_Table_Operations Adding type annotations and enabling auto-scoping (#10173) 2024-06-10 07:52:32 +00:00
Database Cloud Integration updates: renames in file metadata structure, remove path resolver workaround, partial fix for datalink resolver issue (#10050) 2024-05-23 16:05:48 +00:00
Formatting Adding type annotations and enabling auto-scoping (#10173) 2024-06-10 07:52:32 +00:00
Helpers Combine builders for Vector.build and Vector.new_builder (#9922) 2024-05-17 16:18:47 +00:00
In_Memory Add By_Type option to more components (#10183) 2024-06-07 16:26:23 +01:00
Internal Add select/remove column by type (#10159) 2024-06-04 16:23:46 +01:00
IO Handle UTF BOM when decoding text (#10130) 2024-06-04 13:22:19 +00:00
Main.enso Make Table.should_equal and Column.should_equal consider NaN equal (#9799) 2024-04-29 22:21:34 +01:00
Util_Spec.enso Make Table.should_equal and Column.should_equal consider NaN equal (#9799) 2024-04-29 22:21:34 +01:00
Util.enso Make Table.should_equal and Column.should_equal consider NaN equal (#9799) 2024-04-29 22:21:34 +01:00