enso/std-bits
Pavel Marek f8a4e2a9d2
Add Period type (#3818)
This PR adds `Period` type, which is a date-only complement to `Duration` builtin type.

# Important Notes
- `Period` replaces `Date_Period`, and `Time_Period`.
- Added shorthand constructors for `Duration` and `Period`. For example: `Period.days 10` instead of `Period.new days=10`.
- `Period` can be compared to other `Period` in some cases, other cases throw an error.
2022-10-28 17:27:20 +00:00
..
base/src/main/java/org/enso/base Add Period type (#3818) 2022-10-28 17:27:20 +00:00
database/src/main/java/org/enso/database Restructuring Database.Connection to allow for database specific types. (#3632) 2022-09-07 17:32:28 +00:00
google-api Google Spreadsheet Reading (#1976) 2021-09-03 21:41:12 +02:00
image/src/main/java/org/enso/image Suppress some obvious warnings (#3768) 2022-10-07 10:07:40 +00:00
table/src/main/java/org/enso/table Add support for using Columns within Is_In (#3822) 2022-10-24 12:51:15 +00:00