Uh oh!
There was an error while loading. Please reload this page.
Support FILTER in over clause - #1007
Conversation
4ada270 to
c8cf584ComparePull Request Test Coverage Report for Build 6564024257
💛 - Coveralls |
c8cf584 to
64c232eComparelovasoa
commented
Oct 20, 2023
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
@alamb : thanks for the review, I addressed your comments. We can see about removing |
Uh oh!
There was an error while loading. Please reload this page.
alamb
left a comment
There was a problem hiding this comment.
Thanks @lovasoa -- I still thing something is confused here as I don't think SQL supports things like select foo FILTER(where x > 5) FROM t which I think this PR does allow.
However I think this is a reasonable improvement
It would be great to sort out the naming of Dialect::supports_filter_during_aggregation as that now also controls filter during any function
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
support FILTER clause in window functions
fixes#1006