normanj-bitquill commented on code in PR #3862:
URL: https://github.com/apache/calcite/pull/3862#discussion_r1683434071


##########
core/src/main/java/org/apache/calcite/runtime/SqlFunctions.java:
##########
@@ -3078,6 +3089,17 @@ public static double asin(double b0) {
     return Math.asin(b0);
   }
 
+  // ASIND

Review Comment:
   This is following a pattern in the `SqlFunctions` source file. It is meant 
to start the group of `ASIND` methods. Lower down there will be a `// ASINH` 
comment that starts the list of `ASINH` methods.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to