Skip to content

Commit

Permalink
fix: flinksql function params add more time functions (#347)
Browse files Browse the repository at this point in the history
Co-authored-by: jialan <[email protected]>
  • Loading branch information
JackWang032 and jialan committed Aug 21, 2024
1 parent 4cda989 commit b835c4b
Show file tree
Hide file tree
Showing 4 changed files with 516 additions and 497 deletions.
4 changes: 4 additions & 0 deletions src/grammar/flink/FlinkSqlParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,10 @@ reservedKeywordsUsedAsFuncParam
| KW_ALL
| KW_BOTH
| KW_CURRENT_TIMESTAMP
| KW_CURRENT_DATE
| KW_CURRENT_TIME
| KW_LOCALTIME
| KW_LOCALTIMESTAMP
| KW_DISTINCT
| KW_LEADING
| KW_TRAILING
Expand Down
2 changes: 1 addition & 1 deletion src/lib/flink/FlinkSqlParser.interp

Large diffs are not rendered by default.

Loading

0 comments on commit b835c4b

Please sign in to comment.