File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ The following is the SQL statement syntax supported by Fluent Bit stream process
77<create > := CREATE STREAM <id > AS <select > | CREATE STREAM <id > WITH (<properties >) AS <select >
88<properties > := <property > | <property >, <properties >
99<property > := <id > = '<id >'
10- <select > := SELECT <keys > FROM <source > [WHERE <condition >] [WINDOW TUMBLING (<integer > SECOND)] [GROUP BY <record_keys >]
10+ <select > := SELECT <keys > FROM <source > [WHERE <condition >]
11+ [WINDOW TUMBLING (<integer > SECOND) | WINDOW HOPPING (<integer > SECOND, ADVANCE BY <integer > SECOND)]
12+ [GROUP BY <record_keys >]
1113<keys > := '*' | <record_keys >
1214<record_keys > := <record_key > | <record_key >, <record_keys >
1315<record_key > := <exp > | <exp > AS <id >
You can’t perform that action at this time.
0 commit comments