| commit | dad90736b0dbf30eae0d8f215112e22f64c90235 | [log] [tgz] |
|---|---|---|
| author | Norman Jordan <norman.jordan@improving.com> | Fri Jun 21 15:35:33 2024 -0700 |
| committer | Mihai Budiu <mbudiu@feldera.com> | Mon Jul 08 12:51:06 2024 -0700 |
| tree | 0e0f603faa7259066179a0d1f36a6f96bfe10d49 | |
| parent | 47a2597bb20d6d9f006f60330499323f98bf0c2f [diff] |
[CALCITE-5634] Enable GREATEST, LEAST functions in PostgreSQL library * Add new GREATEST and LEAST functions for PostgreSQL * The new functions only return null if all arguments are null
Apache Calcite is a dynamic data management framework.
It contains many of the pieces that comprise a typical database management system but omits the storage primitives. It provides an industry standard SQL parser and validator, a customisable optimizer with pluggable rules and cost functions, logical and physical algebraic operators, various transformation algorithms from SQL to algebra (and the opposite), and many adapters for executing SQL queries over Cassandra, Druid, Elasticsearch, MongoDB, Kafka, and others, with minimal configuration.
For more details, see the home page.
The project uses JIRA for issue tracking. For further information, please see the JIRA accounts guide.