Skip to content

Commit

Permalink
Add comment to ExprWindow.Over
Browse files Browse the repository at this point in the history
  • Loading branch information
alancai98 committed Dec 13, 2024
1 parent 0838293 commit 2dbf45b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ public <R, C> R accept(@NotNull AstVisitor<R, C> visitor, C ctx) {
@lombok.Builder(builderClassName = "Builder")
@EqualsAndHashCode(callSuper = false)
public static class Over extends AstNode {
// Empty list represents no `PARTITION BY` specifications
@NotNull
public final List<Expr> partitions;

// Empty list represents no `ORDER BY` specifications
@NotNull
public final List<Sort> sorts;

Expand Down

0 comments on commit 2dbf45b

Please sign in to comment.