Skip to content

Latest commit

 

History

History
16 lines (7 loc) · 444 Bytes

v2.0.0.md

File metadata and controls

16 lines (7 loc) · 444 Bytes

1.SQL书写语法参考flink issues和对应提供的doc: SQL DDL, SQL DDL DOC

2.SqlServiceImpl提供sql解析功能

3.BatchJobClientImpl提供JobGraph和Plan生成功能

4.StreamJobClientImpl提供StreamGraph生成功能

5.job提交的功能, 参考test目录的example