enso/std-bits
Radosław Waśko 8853053020
Division in Columns within InDB is integer based if both columns are integers (#4057)
Fixes https://www.pivotaltracker.com/story/show/184073099

# Important Notes
- Since now the only operator on columns for division, `/`, returns floats, it may be worth creating an additional `div` operator exposing integer division. But that will be done as a separate task aligning column operator APIs.
2023-01-17 20:29:25 +00:00
..
base/src/main/java/org/enso/base Improve performance of Text.compare_to (#4012) 2023-01-02 17:09:03 +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 Division in Columns within InDB is integer based if both columns are integers (#4057) 2023-01-17 20:29:25 +00:00