mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 14:28:22 +00:00
ClickHouse: create view with fields and data types (#1292)
This commit is contained in:
parent
029a999645
commit
375742d1fa
5 changed files with 60 additions and 2 deletions
|
@ -6319,6 +6319,7 @@ fn parse_create_view_with_columns() {
|
|||
.into_iter()
|
||||
.map(|name| ViewColumnDef {
|
||||
name,
|
||||
data_type: None,
|
||||
options: None
|
||||
})
|
||||
.collect::<Vec<_>>()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue