File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
docs.feldera.com/docs/sql Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -352,6 +352,7 @@ select
352352 [ WHERE booleanExpression ]
353353 [ GROUP BY [ ALL | DISTINCT ] { groupItem [, groupItem ]* } ]
354354 [ HAVING booleanExpression ]
355+ [ QUALIFY booleanExpression ]
355356```
356357
357358<a id =" lateral " ></a >
@@ -586,6 +587,9 @@ Currently we require window ranges to have constant values. This
586587precludes ranges such as ` INTERVAL 1 YEAR ` , which have variable sizes.
587588The window bounds must be non-negative constant values.
588589
590+ The ` QUALIFY ` clause is applicable only to window aggregates, and it
591+ filters the result produced by the window aggregate.
592+
589593## Table functions
590594
591595Table functions are invoked using the syntax ` TABLE(function(arguments)) ` .
You can’t perform that action at this time.
0 commit comments