Apache Calcite

Clone this repo:
  1. 1a3173d [CALCITE-7364] Support the syntax ROW(T.* EXCLUDE cols) for creating nested ROW values by Mihai Budiu · 34 hours ago main
  2. 5cdc09b [CALCITE-7510] EnumerableTableModify: advanced UPDATE, DELETE and INSERT by Jerome Haltom · 5 weeks ago
  3. 2f77d83 [CALCITE-7596] TopDownGeneralDecorrelator omits rewriting the ORDER BY clause in window function within correlated subquery by Silun · 26 hours ago
  4. e56b063 [CALCITE-7600] Quote PARSE_URL key before building the query regex by alhudz · 2 days ago
  5. 43a5f22 [CALCITE-7550] SqlUpdate and SqlDelete unparse EXISTS subqueries without parentheses by zzwqqq · 2 weeks 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.