enso/distribution/lib/Standard/Database/0.0.0-dev
James Dunkerley eeec3bdf94
Adding a shorthand for the Table API until widgets available (#3753)
Allows using `Vector ColumnName` for the various table functions as short hand.

- `select_columns`, `remove_columns`,`reorder_columns`, `distinct` all map to an exact By_Name match.
- `rename_columns` does a positional rename on the Vector passed.
- `order_by` sorts ascending on each column passed in order.

# Important Notes
This may be reversed once widgets are available and working but this makes the APIs much more usable in current UI.
2022-10-04 11:37:14 +00:00
..
data Nightly proccess preparations: Setting Enso version through the environment (#3241) 2022-02-07 15:14:32 +01:00
src Adding a shorthand for the Table API until widgets available (#3753) 2022-10-04 11:37:14 +00:00
THIRD-PARTY Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
package.yaml Removing old functions and tidy up of Table types (#3519) 2022-06-14 13:37:20 +00:00