Apache Calcite

Clone this repo:
  1. a443737 [CALCITE-7368] The validator accepts CAST(INT TO BINARY), but the runtime does not implement them by Mihai Budiu · 32 hours ago main
  2. 75d35f3 [CALCITE-7415] CalciteCatalogReader.lookupOperatorOverloads keeps original function identifier casing instead of resolved schema-path casing by zzwqqq · 2 days ago
  3. df31d6f [CALCITE-7347] UNKNOWN type inferred for array element type by Mihai Budiu · 29 hours ago
  4. dd34021 [CALCITE-7413] Add Concat and Substring function (enabled in Mongodb library) by Terran · 8 days ago
  5. 4385bbb Included cases for [CALCITE-2359] by xiedeyantu · 7 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.