enso/distribution/lib/Standard/Table/0.0.0-dev/THIRD-PARTY
James Dunkerley 45276b243d
Expanding Derived Columns and Expression Syntax (#3782)
- 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).
2022-11-08 15:57:59 +00:00
..
com.github.virtuald.curvesapi-1.07 Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
com.univocity.univocity-parsers-2.9.1 Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
com.zaxxer.SparseBitSet-1.2 Nightly proccess preparations: Setting Enso version through the environment (#3241) 2022-02-07 15:14:32 +01:00
commons-codec.commons-codec-1.15 Nightly proccess preparations: Setting Enso version through the environment (#3241) 2022-02-07 15:14:32 +01:00
commons-io.commons-io-2.11.0 Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
licenses Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
org.antlr.antlr4-runtime-4.10.1 Expanding Derived Columns and Expression Syntax (#3782) 2022-11-08 15:57:59 +00:00
org.apache.commons.commons-collections4-4.4 Nightly proccess preparations: Setting Enso version through the environment (#3241) 2022-02-07 15:14:32 +01:00
org.apache.commons.commons-compress-1.21 Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
org.apache.commons.commons-math3-3.6.1 Nightly proccess preparations: Setting Enso version through the environment (#3241) 2022-02-07 15:14:32 +01:00
org.apache.logging.log4j.log4j-api-2.17.2 Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
org.apache.poi.poi-5.2.2 Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
org.apache.poi.poi-ooxml-5.2.2 Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
org.apache.poi.poi-ooxml-lite-5.2.2 Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
org.apache.xmlbeans.xmlbeans-5.1.0 Update Scala to 2.13.8 (#3631) 2022-08-08 19:32:55 +00:00
NOTICE Expanding Derived Columns and Expression Syntax (#3782) 2022-11-08 15:57:59 +00:00