Skip to content

Commit b835c4b

Browse files
JackWang032jialan
andauthored
fix: flinksql function params add more time functions (#347)
Co-authored-by: jialan <jialan@dtstack.com>
1 parent 4cda989 commit b835c4b

File tree

4 files changed

+516
-497
lines changed

4 files changed

+516
-497
lines changed

src/grammar/flink/FlinkSqlParser.g4

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,6 +1066,10 @@ reservedKeywordsUsedAsFuncParam
10661066
| KW_ALL
10671067
| KW_BOTH
10681068
| KW_CURRENT_TIMESTAMP
1069+
| KW_CURRENT_DATE
1070+
| KW_CURRENT_TIME
1071+
| KW_LOCALTIME
1072+
| KW_LOCALTIMESTAMP
10691073
| KW_DISTINCT
10701074
| KW_LEADING
10711075
| KW_TRAILING

src/lib/flink/FlinkSqlParser.interp

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)