1
0
Fork 0

Merging upstream version 25.8.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 21:52:10 +01:00
parent 1d73cb497c
commit 50df8dea29
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
61 changed files with 50550 additions and 50354 deletions

View file

@ -1439,6 +1439,11 @@ class Describe(Expression):
arg_types = {"this": True, "style": False, "kind": False, "expressions": False}
# https://duckdb.org/docs/guides/meta/summarize.html
class Summarize(Expression):
arg_types = {"this": True, "table": False}
class Kill(Expression):
arg_types = {"this": True, "kind": False}