Apache Calcite

Clone this repo:
  1. 7e118bb [CALCITE-7265] Allow RelOptFixture.relFn to be used with VolcanoPlanner by TJ Banghart · 17 hours ago main
  2. 85a5279 Replace `replace` with `toLinux` by xiedeyantu · 6 hours ago
  3. eb0534d [CALCITE-6176] JOIN_SUB_QUERY_TO_CORRELATE rule incorrectly handles EXISTS in LEFT JOIN ON clause by xiedeyantu · 2 days ago
  4. 43e0d75 [CALCITE-7145] RexSimplify should not simplify IS NULL(10/0) by Thomas Rebele · 3 months ago
  5. 31a23f3 [CALCITE-4947] Checkstyle fails on classes generated by Intellij when using option "build and run [tests] using Intellij IDEA" by Thomas Rebele · 4 years 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.