apache / datafusion-sqlparser-rs

Extensible SQL Lexer and Parser for Rust
Apache License 2.0
2.8k stars 543 forks source link

Add support for Snowflake SHOW DATABASES/SCHEMAS/TABLES/VIEWS/COLUMNS statements #1501

Closed yoavcloud closed 1 week ago

yoavcloud commented 2 weeks ago

This PR extends the existing support for SHOW statements to Snowflake

yoavcloud commented 1 week ago

@iffyio thanks for the great comments, it really helped me improve this code. New commit for you to look at.

alamb commented 1 week ago

🚀

alamb commented 1 week ago

Thanks again @iffyio and @yoavcloud