Skip to content

gerardnico/calcite

Repository files navigation

Calcite Demo's

Build Status

About

A repository of Calcite demo's

Note: This demos are using a lot of Reflective Schema (ie schema in the code) but in practice, you would connect to a data store (database, adapter) to get a schema.

Getting Started Demos

Demo Schema and Catalog

Demo Sql Parsing and validation

Select Statement:

There is also other node type:

Demo Logical Relational Expression

Demo Optimization / Cost

FYI

  • This code is an extract and adaptation of the test core project of calcite.
  • The database used are Hsqldb and H2 and the data files such as SCOTT are also in a jar dependency file.

Doc / Reference