Apache Calcite

Clone this repo:
  1. f2df771 [CALCITE-7207] Semi Join RelNode cannot be translated into correct MySQL SQL by xiedeyantu · 5 days ago main
  2. 541bae8 Carry source position information through more code rewrites by Mihai Budiu · 2 days ago
  3. e7472d4 [CALCITE-7312] Alias is not auto generated for LATERAL TABLE by Sergey Nuyanzin · 3 days ago
  4. 18c9824 [CALCITE-7309] Position is unparsed incorrectly for ClickHouseSqlDialect by xuzifu666 · 3 days ago
  5. 04eecec [CALCITE-7087] SQLite does not support RIGHT/FULL JOIN until version 3.39.0 by xiedeyantu · 5 days ago

Maven Central CI Status

Apache Calcite

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.