mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 06:18:17 +00:00
Support named windows in OVER (window_definition)
clause (#1166)
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
This commit is contained in:
parent
83c5d8191b
commit
23103302e6
4 changed files with 92 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue