feat: implement select * ilike for snowflake (#1228)

This commit is contained in:
Hiranmaya Gundu 2024-04-21 05:22:08 -07:00 committed by GitHub
parent d1f67bdc47
commit 4604628c43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 100 additions and 3 deletions

View file

@ -6622,6 +6622,7 @@ fn lateral_function() {
distinct: None,
top: None,
projection: vec![SelectItem::Wildcard(WildcardAdditionalOptions {
opt_ilike: None,
opt_exclude: None,
opt_except: None,
opt_rename: None,