Skip to content

Commit

Permalink
Refactor: Move class AggConverter out of SqlToRelConverter
Browse files Browse the repository at this point in the history
  • Loading branch information
julianhyde committed Jun 22, 2023
1 parent 5e88fe0 commit 568ce12
Show file tree
Hide file tree
Showing 3 changed files with 629 additions and 541 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ private void gatherGroupExprs(ImmutableList.Builder<SqlNode> extraExprs,
}
}

@Override public SqlNode getNode() {
@Override public SqlSelect getNode() {
return select;
}

Expand Down
Loading

0 comments on commit 568ce12

Please sign in to comment.