Skip to content

Commit

Permalink
Support visit pivot/unpivot node 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
lingo-xp committed Jan 17, 2025
1 parent 75ea4f7 commit 98a4525
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@ protected void accept0(SQLASTVisitor visitor) {
if (visitor.visit(this)) {
acceptChild(visitor, expr);
acceptChild(visitor, sampling);
acceptChild(visitor, partitions);
acceptChild(visitor, columns);
super.accept0(visitor);
}
visitor.endVisit(this);
}
Expand Down

0 comments on commit 98a4525

Please sign in to comment.