t8y2 opened a new pull request, #2450: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2450
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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
