zzzzming95 / calcite-demo
calcite的相关联系代码,包含CSV适配器,使用CSV适配器来进行SQL查询。SQL的parse和validate,以及RBO和CBO的使用。
☆71Updated 4 years ago
Alternatives and similar repositories for calcite-demo:
Users that are interested in calcite-demo are comparing it to the libraries listed below
- Test code for apache calcite☆212Updated 2 years ago
- 剥离的模块,用于查看Spark SQL生成的语法树☆92Updated 5 years ago
- 汇总Apache Hudi中的一些Demo,便于快速上手Apache Hudi(Apache Hudi Demos to help beginners know about Hudi)☆74Updated 4 years ago
- Apache Flink shaded artifacts repository☆136Updated last month
- spark,hive,等SQL解析案例☆40Updated 6 years ago
- Playground for Flink Table Store with use cases and performance features☆48Updated last year
- FlinkSQL数据脱敏和行级权限解决方案及源码,支持面向用户级别的数据脱敏和行级数据访问控制,即特定用户只能访问到脱敏后的数据或授权过的行。此方案是实时领域Flink的解决方案,类似于离线数仓Hive Ranger中的Row-level Filter和Column Mas…☆135Updated last year
- 基于flink 1.8 源码二次开发,详见MD☆82Updated 4 years ago
- sql解析工具。主要解析hive sql、spark sql、presto sql。从sql中解析出输入表、输出表以及字段等信息