mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 08:08:34 +03:00
45276b243d
- Added expression ANTLR4 grammar and sbt based build. - Added expression support to `set` and `filter` on the Database and InMemory `Table`. - Added expression support to `aggregate` on the Database and InMemory `Table`. - Removed old aggregate functions (`sum`, `max`, `min` and `mean`) from `Column` types. - Adjusted database `Column` `+` operator to do concatenation (`||`) when text types. - Added power operator `^` to both `Column` types. - Adjust `iif` to allow for columns to be passed for `when_true` and `when_false` parameters. - Added `is_present` to database `Column` type. - Added `coalesce`, `min` and `max` functions to both `Column` types performing row based operation. - Added support for `Date`, `Time_Of_Day` and `Date_Time` constants in database. - Added `read` method to InMemory `Column` returning `self` (or a slice). # Important Notes - Moved approximate type computation to `SQL_Type`. - Fixed issue in `LongNumericOp` where it was always casting to a double. - Removed `head` from InMemory Table (still has `first` method). |
||
---|---|---|
.. | ||
com.github.virtuald.curvesapi-1.07 | ||
com.univocity.univocity-parsers-2.9.1 | ||
com.zaxxer.SparseBitSet-1.2 | ||
commons-codec.commons-codec-1.15 | ||
commons-io.commons-io-2.11.0 | ||
licenses | ||
org.antlr.antlr4-runtime-4.10.1 | ||
org.apache.commons.commons-collections4-4.4 | ||
org.apache.commons.commons-compress-1.21 | ||
org.apache.commons.commons-math3-3.6.1 | ||
org.apache.logging.log4j.log4j-api-2.17.2 | ||
org.apache.poi.poi-5.2.2 | ||
org.apache.poi.poi-ooxml-5.2.2 | ||
org.apache.poi.poi-ooxml-lite-5.2.2 | ||
org.apache.xmlbeans.xmlbeans-5.1.0 | ||
NOTICE |