Apache Calcite

Clone this repo:
  1. 5ab4397 [CALCITE-6313] Add POWER function for PostgreSQL by Norman Jordan · 6 weeks ago main
  2. c228804 [CALCITE-6389] RexBuilder.removeCastFromLiteral does not preserve semantics for some types of literal by Mihai Budiu · 10 days ago
  3. ea441e7 [CALCITE-6365] Support for RETURNING clause of JSON_QUERY by Dawid Wysakowicz · 3 weeks ago
  4. f854ef5 [CALCITE-6382] Type inference for SqlLeadLagAggFunction is incorrect by Mihai Budiu · 3 weeks ago
  5. b6e1a9d [CALCITE-6395] Significant precision loss when representing REAL literals by Mihai Budiu · 9 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.