1
0
Fork 0

Merging upstream version 16.7.7.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 20:39:26 +01:00
parent 4d512c00f3
commit 70bf18533e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
59 changed files with 16125 additions and 15681 deletions

View file

@ -3922,7 +3922,7 @@ class Avg(AggFunc):
class AnyValue(AggFunc):
pass
arg_types = {"this": True, "having": False, "max": False}
class Case(Func):