Accept WINDOW clause after QUALIFY when parsing (#1248)

Co-authored-by: ifeanyi <ifeanyi@validio.io>
This commit is contained in:
Andrew Lamb 2024-05-03 14:02:09 -04:00 committed by GitHub
parent 71a7262e38
commit 8e64b73e9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 86 additions and 14 deletions

View file

@ -177,6 +177,7 @@ fn test_select_union_by_name() {
sort_by: vec![],
having: None,
named_window: vec![],
window_before_qualify: false,
qualify: None,
value_table_mode: None,
connect_by: None,
@ -214,6 +215,7 @@ fn test_select_union_by_name() {
sort_by: vec![],
having: None,
named_window: vec![],
window_before_qualify: false,
qualify: None,
value_table_mode: None,
connect_by: None,