asolimando commented on code in PR #3858:
URL: https://github.com/apache/calcite/pull/3858#discussion_r1679584046


##########
arrow/src/main/java/org/apache/calcite/adapter/arrow/ArrowTranslator.java:
##########
@@ -185,6 +187,36 @@ private String translateOp2(String op, String name, 
RexLiteral right) {
     return name + " " + op + " " + valueString + " " + valueType;
   }
 
+  /**
+   * Translates a call to a unary operator.
+   */

Review Comment:
   The comment applies also to the other functions that were introduced



-- 
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