Skip to content

Commit

Permalink
CDR-1166 Add missing aggregate function name
Browse files Browse the repository at this point in the history
  • Loading branch information
vmueller-vg committed Nov 28, 2023
1 parent 0e2eaab commit 8fd08bb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public enum AggregateFunctionName {
COUNT,
MIN,
MAX,
SUM,
AVG
}

Expand Down

0 comments on commit 8fd08bb

Please sign in to comment.