commit | 9b91d319e720ce03cf4d8befae0d5a192a93be99 | [log] [tgz] |
---|---|---|
author | nobigo <nobigogle@gmail.com> | Thu Apr 10 09:25:17 2025 +0800 |
committer | NobiGo <nobigogle@gmail.com> | Mon Apr 14 09:15:30 2025 +0800 |
tree | a077d13a98bc3bd5b48ec8e3f76e19f1cecc2269 | |
parent | d3d5f10dbaf8078970c5a0ee51271108e449649a [diff] |
[CALCITE-6945] Use LITERAL_AGG to simplify SubQueryRemoveRule by avoiding the extra Project
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.