It seems the parser doesn't currently support [listagg](https://modern-sql.com/feature/listagg). For instance, the following Redshift example fails to parse: ```sql select listagg(sellerid) within group (order by dateid) as sellers, listagg(dateid) as dates from winsales; ```
It seems the parser doesn't currently support listagg. For instance, the following Redshift example fails to parse: