lava-oushudb-dt-sql-parser/test/parser/flinksql
Hayden a026ae0592
feat: complete Query statements of FlinkSQL (#93)
* feat: add inlineDataValueClasue rule

* test: update tests of select statements

* feat: support flinksql window TVF grammar

* test: flink sql windown TVF statement test

* feat: support grouping sets grammar

* test: window TVF Aggregation and Group Window Aggregation tests

* test: supplemental selectAggregation with test cases

* test: add Having statement test case

* feat: support flinkSql over aggregation grammar

* test: add over aggregation grammar test cases

* test: flink sql join statement test cases

* test: flink sql set Operations grammar test cases

* test: flink sql limit clause test case

* feat: remove allPlusUid and replace with uid

* feat: support flink sql pattern recognition grammar

* test: flink sql pattern recognition tests

* feat: add flink sql with clause rule

* test: flink sql with clasue select tests

* feat: rebuild flink sql parser
2023-05-17 10:30:25 +08:00
..
syntax feat: complete Query statements of FlinkSQL (#93) 2023-05-17 10:30:25 +08:00
lexer.test.ts feat: upgrade antlr4 to 4.12.0 (#88) 2023-05-04 10:13:05 +08:00
listener.test.ts feat: upgrade antlr4 to 4.12.0 (#88) 2023-05-04 10:13:05 +08:00
syntax.test.ts feat: upgrade antlr4 to 4.12.0 (#88) 2023-05-04 10:13:05 +08:00
visitor.test.ts feat: upgrade antlr4 to 4.12.0 (#88) 2023-05-04 10:13:05 +08:00