Skip to content

Commit

Permalink
Update datafusion.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
ongchi committed Mar 10, 2024
1 parent 972de64 commit e4186e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datafusion/proto/proto/datafusion.proto
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ enum ScalarFunction {
Signum = 15;
Sin = 16;
Sqrt = 17;
Tan = 18;
// Tan = 18;
Trunc = 19;
Array = 20;
// RegexpMatch = 21;
Expand Down Expand Up @@ -628,7 +628,7 @@ enum ScalarFunction {
Atanh = 76;
Sinh = 77;
Cosh = 78;
Tanh = 79;
// Tanh = 79;
Pi = 80;
Degrees = 81;
Radians = 82;
Expand Down

0 comments on commit e4186e2

Please sign in to comment.