Apache Calcite

Clone this repo:
  1. abd7ca2 [CALCITE-6681] NullPointerException in ProjectCorrelateTransposeRule by xiedeyantu · 5 days ago main
  2. 3488a78 [CALCITE-7289] Select NULL subquery throwing exception by Mihai Budiu · 12 days ago
  3. 860ec68 [CALCITE-7302] Infinite loop with JoinPushTransitivePredicatesRule by xiedeyantu · 4 days ago
  4. 14d6281 Add tests for [CALCITE-6985] to verify AggregateMinMaxToLimitRule handles empty tables correctly by xiedeyantu · 3 days ago
  5. a096c8f [CALCITE-6963] SqlToRelConverter fails when subquery is in join on clause 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.