Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/quxiucheng/apache-calcite-tutorial

https://blog.csdn.net/QXC1281/article/details/89070285
https://github.com/quxiucheng/apache-calcite-tutorial

Last synced: 9 days ago
JSON representation

https://blog.csdn.net/QXC1281/article/details/89070285

Awesome Lists containing this project

README

        

# Apache Calcite 学习文档

## 翻译
* [官网翻译](/calcite-tutorial-0-translation/md/README.md)

## 基本概念
* [基本概念](/calcite-tutorial-1-basic/md/README.md)

## SQL解析

* [freemarker模板](/calcite-tutorial-2-parser/parser-1-fmpp-tutorial/README.md)
* [javacc教程](/calcite-tutorial-2-parser/parser-2-javacc-tutorial/)
* [Calcite SQL解析](/calcite-tutorial-2-parser/parser-3-calcite-tutorial/)
* [自定义解析](/calcite-tutorial-2-parser/parser-4-calcite-custom-tutorial/)

## Schema 和 Model
* [Schema 和 Model](/calcite-tutorial-3-schema/)