SupportSELECT AS VALUE and SELECT AS STRUCT for BigQuery (#1135)

This commit is contained in:
Lukasz Stefaniak 2024-02-29 13:14:00 +01:00 committed by GitHub
parent 6a9b6f547d
commit 1cf6585649
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 89 additions and 10 deletions

View file

@ -1082,6 +1082,7 @@ fn parse_copy_to() {
distribute_by: vec![],
sort_by: vec![],
qualify: None,
value_table_mode: None,
}))),
order_by: vec![],
limit: None,
@ -2139,6 +2140,7 @@ fn parse_array_subquery_expr() {
having: None,
named_window: vec![],
qualify: None,
value_table_mode: None,
}))),
right: Box::new(SetExpr::Select(Box::new(Select {
distinct: None,
@ -2155,6 +2157,7 @@ fn parse_array_subquery_expr() {
having: None,
named_window: vec![],
qualify: None,
value_table_mode: None,
}))),
}),
order_by: vec![],