Skip to content

Commit

Permalink
fix fe build
Browse files Browse the repository at this point in the history
  • Loading branch information
suxiaogang223 committed Sep 20, 2024
1 parent a315789 commit 68c4b1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public static Expression e() { // CHECKSTYLE IGNORE THIS LINE
return new DoubleLiteral(Math.E);
}

@ExecFunction(name = "pi")
@ExecFunction(name = "pi", argTypes = {}, returnType = "DOUBLE")
public static Expression pi() {
return new DoubleLiteral(Math.PI);
}
Expand Down

0 comments on commit 68c4b1b

Please sign in to comment.