bombsimon opened a new pull request, #2017:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2017

   Followup on #2016, I didn't update all the types. `DIMENSIONS` also support 
wildcard, from [the 
docs](https://docs.snowflake.com/en/sql-reference/constructs/semantic_view)
   
   > To specify all dimensions in a logical table, use an asterisk as a 
wildcard, qualified by the logical table name (for example, 
`my_logical_table.*`).
   
   To avoid too restrictive parsing, although not currently valid according to 
documentation syntax, this also adds support for wildcard expression for 
`FACTS`.


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to