mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-12-23 11:12:51 +00:00
Add snowflake dynamic table parsing (#2083)
This commit is contained in:
parent
eabde4b41e
commit
c439ee9419
9 changed files with 112 additions and 17 deletions
|
|
@ -9462,7 +9462,11 @@ impl<'a> Parser<'a> {
|
|||
operations,
|
||||
location,
|
||||
on_cluster,
|
||||
iceberg,
|
||||
table_type: if iceberg {
|
||||
Some(AlterTableType::Iceberg)
|
||||
} else {
|
||||
None
|
||||
},
|
||||
end_token: AttachedToken(end_token),
|
||||
}
|
||||
.into())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue