Skip to content

DuckDB: Add SUMMARIZE query support - #2450

Open
t8y2 wants to merge 1 commit into
apache:mainfrom
t8y2:dev/duckdb-summarize
Open

DuckDB: Add SUMMARIZE query support#2450
t8y2 wants to merge 1 commit into
apache:mainfrom
t8y2:dev/duckdb-summarize

Conversation

@t8y2

@t8y2 t8y2 commented Aug 22, 2026

Copy link
Copy Markdown

Adds DuckDB SUMMARIZE support for named tables and query inputs such as SELECT, FROM, VALUES, parenthesized queries, and CTEs.

The syntax is represented as a query AST node so it can also be used in subqueries, for example SELECT column_name FROM (SUMMARIZE SELECT 42 AS answer).

Reference: https://duckdb.org/docs/stable/guides/meta/summarize.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant