mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-10-09 21:42:05 +00:00
feat: Group By All (#964)
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
This commit is contained in:
parent
2593dcfb79
commit
bb7b05e106
9 changed files with 85 additions and 36 deletions
|
@ -97,7 +97,7 @@ fn parse_map_access_expr() {
|
|||
right: Box::new(Expr::Value(Value::SingleQuotedString("foo".to_string())))
|
||||
})
|
||||
}),
|
||||
group_by: vec![],
|
||||
group_by: GroupByExpr::Expressions(vec![]),
|
||||
cluster_by: vec![],
|
||||
distribute_by: vec![],
|
||||
sort_by: vec![],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue