mihaibudiu commented on code in PR #4501:
URL: https://github.com/apache/calcite/pull/4501#discussion_r2299453458


##########
core/src/main/java/org/apache/calcite/sql/type/FunctionSqlType.java:
##########
@@ -58,6 +58,10 @@ public FunctionSqlType(
     return this;
   }
 
+  public RelDataType getParameterType() {

Review Comment:
   Sorry to be so picky, I didn't review the original PR which introduced this 
structure.
   But it would be very nice if you could add the information you wrote here in 
the JavaDoc of this method and of the constructor.



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