fix: repeat double state_window( keyword

This commit is contained in:
Alex Duan 2024-10-27 11:25:51 +08:00
parent dffab4422f
commit 4df8aeded9
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ char* keywords[] = {
"interval(", "order by ", "order by ", "offset ", "or ", "group by ", "now()", "interval(", "order by ", "order by ", "offset ", "or ", "group by ", "now()",
"session(", "sliding ", "slimit ", "soffset ", "state_window(", "today() ", "union all select ", "session(", "sliding ", "slimit ", "soffset ", "state_window(", "today() ", "union all select ",
"partition by ", "match", "nmatch ", "between ", "like ", "is null ", "is not null ", "partition by ", "match", "nmatch ", "between ", "like ", "is null ", "is not null ",
"state_window(", "event_window ", "count_window(" "event_window ", "count_window("
}; };
char* functions[] = { char* functions[] = {