Support named windows in OVER (window_definition) clause (#1166)

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
This commit is contained in:
Nikita-str 2024-04-07 15:20:21 +03:00 committed by GitHub
parent 83c5d8191b
commit 23103302e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 92 additions and 2 deletions

View file

@ -446,6 +446,7 @@ fn parse_window_function_with_filter() {
))],
null_treatment: None,
over: Some(WindowType::WindowSpec(WindowSpec {
window_name: None,
partition_by: vec![],
order_by: vec![],
window_frame: None,