Skip to content

Commit

Permalink
Update src/ast/query.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
  • Loading branch information
berkaysynnada and alamb authored Sep 8, 2023
1 parent 2122629 commit 8e267a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ast/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,10 @@ impl fmt::Display for SelectInto {
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]
pub enum GroupByExpr {
/// ALL
/// ALL syntax of [Snowflake], and [DuckDB]

Check failure on line 1231 in src/ast/query.rs

View workflow job for this annotation

GitHub Actions / codestyle

Diff in /home/runner/work/sqlparser-rs/sqlparser-rs/src/ast/query.rs
///
/// [Snowflake]: https://docs.snowflake.com/en/sql-reference/constructs/group-by#label-group-by-all-columns
/// [DuckDB]: https://duckdb.org/docs/sql/query_syntax/groupby.html).)
All,

/// Expressions
Expand Down

0 comments on commit 8e267a4

Please sign in to comment.