Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/quxiucheng/apache-calcite-tutorial
- Owner: quxiucheng
- Created: 2019-04-08T01:54:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T03:33:23.000Z (over 1 year ago)
- Last Synced: 2024-06-08T13:34:35.247Z (5 months ago)
- Language: Java
- Size: 3.19 MB
- Stars: 508
- Watchers: 20
- Forks: 201
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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/)