Commit 1f1dd19
feat(flinksql): collect comment, type attribute for entity (#319)
* feat(flinksql): collect comment, type attribute for entity
* feat(flinksql): delete console log
* fix(#305): delete function ctxToWord,using ctxToText instead of ctxToWord
* feat: update attribute's type
* feat(flinksql): update flinksql's entitycollect unit test
* feat: optimize interface and update unit test
* feat: update collect attr detail
* feat: optimize interface and some function's arguments
* feat: add comment and update params' name
* feat: collect alias in select statement
* feat: update collect attribute function and update unit test
---------
Co-authored-by: zhaoge <>1 parent ff49c91 commit 1f1dd19
File tree
16 files changed
+3277
-2982
lines changed- src
- grammar/flink
- lib/flink
- parser
- common
- flink
- test/parser
- flink/contextCollect
- fixtures
- hive/contextCollect
- impala/contextCollect
- mysql/contextCollect
- postgresql/contextCollect
- spark/contextCollect
- trino/contextCollect
16 files changed
+3277
-2982
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | | - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
| |||
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
178 | | - | |
| 179 | + | |
179 | 180 | | |
180 | 181 | | |
181 | 182 | | |
| |||
193 | 194 | | |
194 | 195 | | |
195 | 196 | | |
196 | | - | |
197 | | - | |
| 197 | + | |
| 198 | + | |
198 | 199 | | |
199 | 200 | | |
200 | 201 | | |
| |||
210 | 211 | | |
211 | 212 | | |
212 | 213 | | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
219 | 220 | | |
220 | 221 | | |
221 | 222 | | |
| |||
247 | 248 | | |
248 | 249 | | |
249 | 250 | | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | 251 | | |
255 | 252 | | |
256 | 253 | | |
| |||
260 | 257 | | |
261 | 258 | | |
262 | 259 | | |
263 | | - | |
| 260 | + | |
264 | 261 | | |
265 | 262 | | |
266 | 263 | | |
| |||
316 | 313 | | |
317 | 314 | | |
318 | 315 | | |
319 | | - | |
| 316 | + | |
320 | 317 | | |
321 | 318 | | |
322 | 319 | | |
323 | | - | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
324 | 323 | | |
325 | 324 | | |
326 | 325 | | |
| |||
513 | 512 | | |
514 | 513 | | |
515 | 514 | | |
516 | | - | |
517 | | - | |
| 515 | + | |
| 516 | + | |
518 | 517 | | |
519 | 518 | | |
520 | 519 | | |
| |||
834 | 833 | | |
835 | 834 | | |
836 | 835 | | |
837 | | - | |
| 836 | + | |
838 | 837 | | |
839 | 838 | | |
840 | 839 | | |
| |||
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
76 | | - | |
| 75 | + | |
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| |||
588 | 587 | | |
589 | 588 | | |
590 | 589 | | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
595 | | - | |
596 | | - | |
597 | | - | |
598 | | - | |
599 | | - | |
600 | | - | |
601 | 590 | | |
602 | 591 | | |
603 | 592 | | |
| |||
883 | 872 | | |
884 | 873 | | |
885 | 874 | | |
886 | | - | |
| 875 | + | |
887 | 876 | | |
888 | 877 | | |
889 | | - | |
| 878 | + | |
890 | 879 | | |
891 | | - | |
| 880 | + | |
892 | 881 | | |
893 | 882 | | |
894 | | - | |
| 883 | + | |
895 | 884 | | |
896 | 885 | | |
897 | 886 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
73 | 72 | | |
74 | 73 | | |
75 | 74 | | |
76 | | - | |
| 75 | + | |
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| |||
447 | 446 | | |
448 | 447 | | |
449 | 448 | | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | 449 | | |
457 | 450 | | |
458 | 451 | | |
| |||
624 | 617 | | |
625 | 618 | | |
626 | 619 | | |
627 | | - | |
| 620 | + | |
628 | 621 | | |
629 | 622 | | |
630 | 623 | | |
631 | | - | |
| 624 | + | |
632 | 625 | | |
633 | 626 | | |
634 | 627 | | |
| |||
0 commit comments