Skip to content

Commit

Permalink
git: merge latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenglinli committed Aug 12, 2023
1 parent 4ef33a7 commit 9bdd277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sqlancer/stonedb/ast/StoneDBAggregate.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class StoneDBAggregate extends FunctionNode<StoneDBAggregateFunction, Sto

// https://stonedb.io/docs/SQL-reference/functions/aggregate-functions/
public enum StoneDBAggregateFunction {
MAX(1), MIN(1), AVG(1), COUNT(1), FIRST(1), SUM(1);
MAX(1), MIN(1), AVG(1), COUNT(1), SUM(1);

private int nrArgs;

Expand Down

0 comments on commit 9bdd277

Please sign in to comment.