Minor issue: Would it be possible to accept the SUMMARIZE token as described here: https://duckdb.org/docs/guides/meta/summarize.html#:~:text=The%20SUMMARIZE%20command%20launches%20a,NULL%20values%20in%20the%20column. eq: ``` SUMMARIZE tbl; SUMMARIZE SELECT * FROM tbl ```